TickerScheduler icon indicating copy to clipboard operation
TickerScheduler copied to clipboard

Linux platform not compile you code

Open renat2985 opened this issue 7 years ago • 0 comments

Please fix code in TickerScheduler.h : 4 line.

#include <Arduino.h> Change to:

#if defined(ARDUINO) && ARDUINO >= 100
    #include "Arduino.h"
#endif

Thanks.

renat2985 avatar Jul 05 '17 08:07 renat2985