This commit is contained in:
e2002
2022-09-05 11:10:54 +03:00
parent b574b4ab8d
commit da238ea42a
24 changed files with 470 additions and 214 deletions

View File

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