BeyondRobotix / mavesp8266

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

password change #30

Closed dronophobia closed 7 years ago

dronophobia commented 7 years ago

Hi, it's impossible for me to change the password with qgroundcontrol and the web interface. Is "pixracer" password hard-coded?

dogmaphobic commented 7 years ago

Yes, the current web interface is still a bit bare bones and not truly conducive to changing password or SSID through it. The strings are encoded into 4 32-bit values as the MavLink protocol only supports numbers (not strings).

With that said, you can use QGC and its WiFi panel to change the password and/or the SSID. The default password is pixracer but it can be changed to anything up to 16 characters.

lawnmower4x commented 7 years ago

The password can not change with qgc 3.0.0 (mac) and /or ios beta and/or the webinterface. Is it possible in another way? I don't want to fly with password " pixracer" because i am not the only one with a pixracer here.

dogmaphobic commented 7 years ago

I've moved this to QGroundControl as it seems to be an issue with it not showing the interface for changing the WiFi Bridge settings: https://github.com/mavlink/qgroundcontrol/issues/3968