We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe1c4c commit f1acc43Copy full SHA for f1acc43
libraries/Ticker/src/Ticker.cpp
@@ -58,5 +58,6 @@ void Ticker::detach() {
58
}
59
60
bool Ticker::active() {
61
+ if (!_timer) return false;
62
return esp_timer_is_active(_timer);
63
0 commit comments