Did the ESP32 lose soft timer functionality? (Timer(-1) now fails) #18056
-
In the previous major release of MicroPython, I was creating a timer using the line I just did a quick scan over the new release notes, the MicroPython docs for Does anyone know what happened? Did the software timer get removed? Is this a bug maybe? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
ESP32 never had soft timers. By chance, Timer(-1) or actually any timer number would have selected a valid hard timer. Since some newer device did not support two timer groups, the check for valid timer numbers has been tightened. |
Beta Was this translation helpful? Give feedback.
ESP32 never had soft timers. By chance, Timer(-1) or actually any timer number would have selected a valid hard timer. Since some newer device did not support two timer groups, the check for valid timer numbers has been tightened.