ESP8266MQTTMesh
ESP8266MQTTMesh copied to clipboard
Migrating to ESP32 from ESP8266, cannot find ticker library
Hey,
I was testing your library with ESP32. In your library, you include the following file in case of ESP 32 ESP32Ticker.h
Where do i get this library?? Can't find it.
I am able to get the Ticker library for esp8266 in my search results. KIndly share the link for ESP32Ticker
Thank you
I think Ticker is already ported for ESP32: https://github.com/espressif/arduino-esp32/tree/master/libraries/Ticker
@jassi00713 You migrated to esp32 without major problems? Basically just uploaded to the new board?