BitMaker-hub / NerdMiner_v2

Improved version of first ESP32 NerdMiner
Other
1.37k stars 249 forks source link

fixed wm password_text_box parameter error (and not appearing) #346

Closed dwightmulcahy closed 2 months ago

dwightmulcahy commented 3 months ago

WiFiManager was reporting *wm:[ERROR] parameter IDs can only contain alpha numeric chars for the password_text_box in the serial console.

NerdMiner v2 starting......
SPIFS: Mounting File System...
SPIFS: Mounted
SPIFS: No config file available!
*wm:[ERROR] parameter IDs can only contain alpha numeric chars 
AllDone: 
*wm:StartAP with SSID:  NerdMinerAP
...

NOTE: password_text_box was not getting displayed!

The parameter ID was being created as Poolpassword - Optionl which contains the -.

After fixing this the password text box is displayed.

Screenshot_20240314-104633

BitMaker-hub commented 2 months ago

Fantastic!