TODO.txt 744 B

123456789101112131415
  1. # WiFi Thermostat - ToDo
  2. ## WiFi Manager
  3. * only start AP mode after reboot when no WiFi credentials are saved or can´t connect
  4. * stop AP mode automatically after some minutes
  5. * do not start AP mode when connection is lost, instead only try to reconnect
  6. * if reconnect fails for longer time, increase reconnect interval
  7. * if reconnect fails for really long time (1h?), reboot
  8. * fix captive portal function (already done partly, wifi.htm must be on "/" when on AP mode)
  9. DONE:
  10. * update PersWiFiManager to 5.0 (or switch to different lib as it seems to be somehow abandoned now)
  11. ## reset settings via button
  12. * if MODE button is held during reboot, ask if connection settings should be cleared -> clear if button is pressed again