AutoConnect icon indicating copy to clipboard operation
AutoConnect copied to clipboard

Undesired AP is created without password after connecting to WiFi (question)

Open brawner opened this issue 3 years ago • 1 comments

After we add configure a new AP, our ESP32 will create a new AP with an seemingly randomly generated name without a password that publishes the auto connect setup page. We don't need this AP because we already provide that on the esp's webserver, so I've been looking for ways to deactivate it without conflicting with AutoConnect's code.

Is there a way to deactivate this new AP after connecting?

If it matters, we're also using ESP-NOW to connect with other boards, so we can interfere with that Wifi use either.

Thanks!

brawner avatar Jun 06 '22 19:06 brawner

@brawner

After we add configure a new AP, our ESP32 will create a new AP with an seemingly randomly generated name without a password that publishes the auto connect setup page.

I am not sure what you mentioned above.

  1. AutoConnect does not randomly generate AP names or disable passwords when ESP32 is activated in WiFi_AP mode.
  2. Here, the documentation describes an example sketch of adding an AP on the "Configure New AP" page, establishing a connection to the AP, and then deactivating the ESP32 AP mode.

Hieromon avatar Jun 07 '22 02:06 Hieromon

Closing due to no feedback in over 6 months.

Hieromon avatar Dec 14 '22 14:12 Hieromon