tayfunulu / WiFiManager

WiFi manager for ESP8266 - ESP12 - ESP32 - micropython
MIT License
352 stars 105 forks source link

Missing features: HTML in desktop mode, no-cache HTTP needed, and missing reset. #36

Open AndyT86 opened 1 year ago

AndyT86 commented 1 year ago

All those are easy fixes, the core feature is quite intact for me though as they are not it messes up many runs and things gone sort of pear-shaped.

I am not sure my call of reset() cold boot the thing or bootloader decided to cold boot on account of boot looping. I know the EN button doesn't erase SRAM so deleting wifi.dat has yet to take effect if all it did is warm reboot.

With no no-cache my phone has kept the POSTDATA, it's not much of a security issue but it messes the programming flow.

The WifiManager page shows up as desktop page, easy fix.