Panic when calling timer.value() on an uninitialised timer (ESP32) #17033
Unanswered
SergeiFranco
asked this question in
ESP32
Replies: 1 comment
-
Confirmed. I can send a pull request with a fix, which raises an error in that case. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have encountered a peculiar problem:
if I call value() on a uninitialised timer I get a panic:
Here are steps to reproduce:
Results in:
Note: works on any timer (not just 0).
The micro details are:
Beta Was this translation helpful? Give feedback.
All reactions