Browse Source
Versions of Arduino IDE prior to 1.6.0 are no longer supported
pull/1/head
João Brázio
9 years ago
No known key found for this signature in database
GPG Key ID: F62CFD37DFFDB540
1 changed files with
2 additions and
2 deletions
-
Marlin/SanityCheck.h
|
|
@ -34,8 +34,8 @@ |
|
|
|
* release we will stop supporting old IDE versions and will require user |
|
|
|
* action to proceed with compilation in such environments. |
|
|
|
*/ |
|
|
|
#if !defined(ARDUINO) || ARDUINO < 10500 |
|
|
|
#warning Versions of Arduino IDE prior to 1.5 are no longer supported, please update your toolkit. |
|
|
|
#if !defined(ARDUINO) || ARDUINO < 10600 |
|
|
|
#error Versions of Arduino IDE prior to 1.6.0 are no longer supported, please update your toolkit. |
|
|
|
#endif |
|
|
|
|
|
|
|
/**
|
|
|
|