TODO.txt 853 B

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