ESP32-Serial-Bridge icon indicating copy to clipboard operation
ESP32-Serial-Bridge copied to clipboard

Can't change Access Point name

Open filosy opened this issue 1 year ago • 2 comments

I tried several times to change the AP name and password in config.h file

const char *ssid = "ABCD"; // You will connect your phone to this Access Point const char *pw = "glider"; // and this is the password

off course I have save before to load, but when I check if new ssid name is loaded I find always "LK8000" . How is it possible?

filosy avatar May 16 '24 08:05 filosy

Make sure you are actually using the correct file. Wait for a while until your phone “forgets” the old SSID (at least 5 minutes). Try using a longer SSID and password (at least 8 characters), following the naming conventions. Change these one by one to find out if the SSID or password is causing the problem.

AlphaLima avatar May 16 '24 09:05 AlphaLima

You're right, I used a password of less than 8 characters, after I changed it everything was fine. Thanks for the help

filosy avatar May 16 '24 10:05 filosy