Browse Source

Require Arduino 1.6.8 to compile

pull/1/head
Scott Lahteine 8 years ago
parent
commit
d234bc160e
  1. 4
      Marlin/SanityCheck.h

4
Marlin/SanityCheck.h

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

Loading…
Cancel
Save