Evgeni Shatohhin

Results 1 comments of Evgeni Shatohhin

I was able to stop it by removing callback: ``` void timeCallback(Control *sender, int type) { if(type == TM_VALUE) { Serial.println(sender->value); sender->callback = nullptr; } } ```