martin-ger / esp_wifi_repeater

A full functional WiFi Repeater (correctly: a WiFi NAT Router)
MIT License
4.79k stars 905 forks source link

No AP with ssid SSID found #490

Open JaimeGonz opened 2 years ago

JaimeGonz commented 2 years ago

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

martin-ger commented 2 years ago

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.

JaimeGonz commented 2 years ago

Thank you Martin.

zerocold2 commented 2 months ago

I am facing the same issue , serial port can't respond to any command I am trying to reset factory but nothing affect

image