Juerd / ESP-WiFiSettings

WiFi Manager for the ESP32 Arduino environment
Other
166 stars 34 forks source link

passwordify input, add option for littleFS backend on ESP32 #32

Open cr1tbit opened 10 months ago

cr1tbit commented 10 months ago

This solves the problem from https://github.com/Juerd/ESP-WiFiSettings/issues/31

On platformio you can config it by adding

build_flags = 
    -DWIFISETTINGS_USE_LITTLEFS

Also, I set password input field to type="password" because on my android, when typing a random string into a normal input field, the string is automatically added to future autocompletions, which is undesirable.