mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
Timers, periodic or not, can now be restarted thanks to esp_timer_restart function. This is done atomically, which can be used to feed a periodic timer, or simply change the period.