This commit is contained in:
e2002
2022-06-22 11:58:37 +03:00
parent 630dce0c9a
commit 26f49101be
15 changed files with 1158 additions and 23 deletions

View File

@@ -19,7 +19,7 @@ class Network {
void begin();
void requestTimeSync(bool withTelnetOutput=false);
private:
Ticker ntimer, stimer;
Ticker ntimer, stimer, rtimer;
void raiseSoftAP();
};