Juerd / ESP-WiFiSettings

WiFi Manager for the ESP32 Arduino environment
Other
168 stars 35 forks source link

web interface #17

Closed sameheddine closed 3 years ago

sameheddine commented 3 years ago

HI Jured, After connecte to my router, i don't have web interface to change SSID it is possible to make a modification in the code? if so how can i do it thank you

Juerd commented 3 years ago

I don't understand the question.

sameheddine commented 3 years ago

hi jured, i like to use your ESP-WifiSettings to my project, after my ESP connecte to router i like to add web interface to manage same other information. can i use your code to do that ?

Juerd commented 3 years ago

No, the web interface is not available in STA mode because it relies on the AP mode's WPA/PSK for authentication.

sameheddine commented 3 years ago

Thank you for your replay