Search found 1 match

by aeonlabs
Sun Dec 17, 2023 12:16 pm
Forum: ESP-IDF
Topic: ESP 32 does not connect to wifi, AUTH EXPIRE error.
Replies: 2
Views: 7865

Re: ESP 32 does not connect to wifi, AUTH EXPIRE error.

I've came across the same problem when coding my ESP32 base libraries ( see here : https://github.com/aeonSolutions/aeonlabs-ESP32-C-Base-Firmware-Libraries ) You have to add this code after running `WiFi.softAP` or `WiFi.begin` for the Wifi to work. WiFi.setTxPower(WIFI_POWER_8_5dBm); More informat...