mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-27 13:17:11 +02:00
0.8.98
* new network routines
This commit is contained in:
parent
73c48fab9c
commit
444c97e933
4 changed files with 85 additions and 9 deletions
|
@ -162,7 +162,6 @@ void app::loop(void) {
|
|||
|
||||
//-----------------------------------------------------------------------------
|
||||
void app::onNetwork(bool gotIp) {
|
||||
DPRINTLN(DBG_INFO, F("onNetwork"));
|
||||
mNetworkConnected = gotIp;
|
||||
ah::Scheduler::resetTicker();
|
||||
regularTickers(); //reinstall regular tickers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue