BeyondRobotix / mavesp8266

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

Wifi on/off and factory reset via MAVLink #29

Open AndreasAntener opened 7 years ago

AndreasAntener commented 7 years ago

@dogmaphobic @LorenzMeier does anything speak against having these control exposed via MAVLink in addition to the GPIO pins?

Reference: https://github.com/PX4/Firmware/pull/4686

dogmaphobic commented 7 years ago

Besides the obvious, I don't have any strong feelings about it. The obvious meaning if you were to turn off WiFi while connected through it, the connection would drop. If that was your only connection to a flying vehicles, bad things ensues... :)

AndreasAntener commented 7 years ago

Right :). I'm thinking about having another option from the autopilot side for setups where we don't have the pins, and where Wifi is additional for convenience when on the ground.