Skip to content

Commit 4984085

Browse files
facchinmcalvinatintel
authored andcommitted
Add error message if using IDE 1.6.6
1 parent 69a8872 commit 4984085

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cores/arduino/Arduino.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
#include "binary.h"
3030
//#include "itoa.h"
3131

32+
#if ARDUINO < 10607
33+
#error IDE version incompatible with Arduino 101, please upgrade to it to version 1.6.7 or newer
34+
#endif
35+
3236
#ifdef __cplusplus
3337
extern "C"{
3438
#endif // __cplusplus

0 commit comments

Comments
 (0)