parent
6fe1c4c5d6
commit
f1acc432af
1 changed files with 1 additions and 0 deletions
|
|
@ -58,5 +58,6 @@ void Ticker::detach() {
|
|||
}
|
||||
|
||||
bool Ticker::active() {
|
||||
if (!_timer) return false;
|
||||
return esp_timer_is_active(_timer);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue