Skip to content
Snippets Groups Projects
Unverified Commit ca6c6ec4 authored by João Brázio's avatar João Brázio
Browse files

Versions of Arduino IDE prior to 1.6.0 are no longer supported

parent 02550af7
Branches
Tags
No related merge requests found
...@@ -34,8 +34,8 @@ ...@@ -34,8 +34,8 @@
* release we will stop supporting old IDE versions and will require user * release we will stop supporting old IDE versions and will require user
* action to proceed with compilation in such environments. * action to proceed with compilation in such environments.
*/ */
#if !defined(ARDUINO) || ARDUINO < 10500 #if !defined(ARDUINO) || ARDUINO < 10600
#warning Versions of Arduino IDE prior to 1.5 are no longer supported, please update your toolkit. #error Versions of Arduino IDE prior to 1.6.0 are no longer supported, please update your toolkit.
#endif #endif
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment