Versions of Arduino IDE prior to 1.6.0 are no longer supported

This commit is contained in:
João Brázio 2016-04-11 19:03:06 +01:00
parent 02550af7c3
commit ca6c6ec4ca
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: F62CFD37DFFDB540

View file

@ -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
/**