Montecri / GNSSTimeServer

WiFi-enabled GNSS (GPS, BeiDou, GLONASS, Galileo) fed NTP/RDATE server based on ESP8266/ESP32 and Arduino
MIT License
137 stars 21 forks source link

NTP server does not remember the state of WiFi #18

Open rudiyalex opened 2 weeks ago

rudiyalex commented 2 weeks ago

NTP server is connected via ethernet and wifi. I turn off wifi by long pressing the button so that the server works only via ethernet. After rebooting the server, wifi turns on again, and does not remember the last state that it was turned off by the button

Montecri commented 2 weeks ago

Good feedback. Will save that in the preferences so it sticks across reboots.

Thanks!

Montecri commented 5 days ago

Just updated the code. Now it is saving WiFi status to LittleFS and restoring last status on boot.

Please test and let me know.

Thanks & Regards,