esp_wifi_repeater icon indicating copy to clipboard operation
esp_wifi_repeater copied to clipboard

No AP with ssid SSID found

Open JaimeGonz opened this issue 2 years ago • 3 comments

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.

Loop

JaimeGonz avatar Mar 02 '22 18:03 JaimeGonz

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.

martin-ger avatar Mar 02 '22 19:03 martin-ger

Thank you Martin.

JaimeGonz avatar Mar 02 '22 19:03 JaimeGonz