Open jakarman opened 4 years ago
you can find out what the ESP32 IP address got when made the connection , for example if the router is 192.168.1.1 then and IP for the esp32 if something like 192.168.1.x , open browser and go put the IP address there.
or you can turn off the other and wait a little bit till the MAX_retries variable (skconfig) pass and the AP will turned on again
Hello everyone,
I would like to know if there is any way to go to AP mode once the connection with STA is established, for example by pressing a button and that it changes back to AP to be able to put another connection to WiFi.
I know that it can be changed directly from the IP set in STA mode, but if for some reason I do not have the IP, I would like to make the system can be configured as the first time.
Is there any way to do it?
Best regards