BeyondRobotix / mavesp8266

ESP8266 WiFi Access Point and MAVLink Bridge
Other
182 stars 173 forks source link

Cannot change SSID #72

Open gitdillo opened 4 years ago

gitdillo commented 4 years ago

Hello, I am trying to change SSID using the web interfacewith the setparameters command but without success. Doing a getparameters returns positive numerical values for WIFI_SSID1 and WIFI_SSID2 and 0 for WIFI_SSID3 and WIFI_SSID4, see below: image

Using setparameters to set an ssid, changes WIFI_SSID3 only, see below: image

Rebooting via either the reboot command or by unplugging the power does not result in a change in the SSID visible by nearby devices.

I 'm wondering why there are 4 SSIDs and why the setparameters command acts on the 3rd one.

FAIZALR commented 3 years ago

Same issue here on ESP8266 serial wifi module NodeMcu Lua wifi V3 development board too, any success?