added wifi scan to setup

fixed issues on index.html
This commit is contained in:
lumapu 2022-10-22 02:59:01 +02:00
parent 8b8deded9a
commit dbbfe25a44
10 changed files with 91 additions and 17 deletions

View file

@ -30,6 +30,7 @@ class ahoywifi {
bool setupStation(uint32_t timeout);
bool getApActive(void);
time_t getNtpTime(void);
void getAvailNetworks(JsonObject obj);
private:
void sendNTPpacket(IPAddress& address);