made it possible to establish connection when idle
This commit is contained in:
parent
6ed0f3ae4b
commit
c2d2d259c8
|
@ -34,7 +34,9 @@ void loop() {
|
|||
indicator::update();
|
||||
}
|
||||
} else {
|
||||
data::check();
|
||||
if(data::check()) {
|
||||
scheduler::do_next();
|
||||
}
|
||||
}
|
||||
|
||||
timing::update();
|
||||
|
|
Loading…
Reference in New Issue