Search found 5 matches

by PRO_GRAMMAR
Wed Apr 19, 2023 6:00 pm
Forum: ESP32 Arduino
Topic: WifiManager preventing loop code from executing
Replies: 0
Views: 882

WifiManager preventing loop code from executing

A little help here please. This wifi manager has options for what to do at first run if no stored wifi credentials are found. The AP_NONE option far as I can tell should allow code in the loop to continue running while AP portal is open but it doesn't. Please let me know what I'm missing. thanks. Sk...
by PRO_GRAMMAR
Tue Apr 18, 2023 3:17 pm
Forum: ESP32 Arduino
Topic: Adding password visibility to html page in esp32 wifi manager
Replies: 5
Views: 2944

Re: Adding password visibility to html page in esp32 wifi manager

Thanks ESP_Sprite, that worked. I could have sworn I posted a thank you before but don't see it.
Appreciated.
by PRO_GRAMMAR
Fri Apr 14, 2023 5:08 pm
Forum: ESP32 Arduino
Topic: Adding password visibility to html page in esp32 wifi manager
Replies: 5
Views: 2944

Re: Adding password visibility to html page in esp32 wifi manager

My God that code is hard to read! I'm surprised that your browser doesn't add this automatically and would be inclined to investigate this, instead. Anyways, you could add a Javascript function to reveal the password, switching the password field for a text field: <!-- in the HTML --> <input id="p"...
by PRO_GRAMMAR
Thu Apr 13, 2023 1:30 pm
Forum: ESP32 Arduino
Topic: Adding password visibility to html page in esp32 wifi manager
Replies: 5
Views: 2944

Adding password visibility to html page in esp32 wifi manager

I'm running the wifi manager wifiConnect_Lite https://github.com/smurf0969/WiFiConnect on my esp32 so I don't have to hardcode my wifi credentials. The problem I have is that the html webpage it launches to input your wifi credentials doesn't have the "eye" option next to the password box to toggle ...
by PRO_GRAMMAR
Mon Feb 20, 2023 4:26 pm
Forum: ESP32 Arduino
Topic: switching Station mode to Soft AP on ftp server
Replies: 0
Views: 1080

switching Station mode to Soft AP on ftp server

I was running this server in station mode but would like to switch it to a SoftAP instead. I edited as below but I'm only able to log in, can't access files. Filezilla: Command: PORT 192,168,4,2,205,59 Response: 200 PORT command successful Command: MLSD Response: 425 No data connection Error: Failed...