esp_wifi_repeater
esp_wifi_repeater copied to clipboard
No AP with ssid SSID found
Hello, I am using the repeaters in Automesh mode. But I would like to know if it is possible that in case a repeater loses connection with the AP, it can be returned to AP mode (MyAP), to reconfigure it with new credentials (SSID and PASSWORD).
Since when that happens, it goes into an endless loop trying to find the AP it was connected to.
Thanks for your help.
You can always reset it using the serial console. From there (or in user_config.h) you can also set this: https://github.com/martin-ger/esp_wifi_repeater#hw-factory-reset However: default is 255, meaning "disbabled". But you can enable this via the serial terminal as well.
Thank you Martin.