Browse Source

Require Arduino 1.6.8 to compile

Scott Lahteine 9 years ago
parent
commit
d234bc160e
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/SanityCheck.h

+ 2
- 2
Marlin/SanityCheck.h View File

@@ -30,8 +30,8 @@
30 30
  * Due to the high number of issues related with old versions of Arduino IDE
31 31
  * we now prevent Marlin from compiling with older toolkits.
32 32
  */
33
-#if !defined(ARDUINO) || ARDUINO < 10600
34
-  #error "Versions of Arduino IDE prior to 1.6.0 are no longer supported, please update your toolkit."
33
+#if !defined(ARDUINO) || ARDUINO < 10608
34
+  #error "Versions of Arduino IDE prior to 1.6.8 are no longer supported, please update your toolkit."
35 35
 #endif
36 36
 
37 37
 /**

Loading…
Cancel
Save