Toshik / TickerScheduler

Simple scheduler for ESP8266 Arduino based on Ticker
127 stars 42 forks source link

Add support for ARDUINO_ARCH_ESP32 #22

Closed flavio-fernandes closed 4 years ago

flavio-fernandes commented 4 years ago

Small set of changes to address support for ESP32.

Fixes issue https://github.com/Toshik/TickerScheduler/issues/20

flavio-fernandes commented 4 years ago

@Toshik please let me know if this PR is okay. I have tested it a lot with my ESP32 and it has worked great.

Thanks,

-- flaviof

Toshik commented 4 years ago

Merged, thank you!