SnapAirUnit_v0.1.ce83307 Release
Features:
- Support mode switch (AP/STA/BT SPP) by button press
- Support MSP passthrough by UDP port 8889 (iNav Configurator 5.0.0 Tested)
- Support MSP passthrough by BT SPP UART (iNav Configurator 5.0.0 Tested)
- Support UDP commands
{"bluetooth", udp_bluetooth},
{"ap", udp_ap },
{"wifi", udp_wifi },
{"sdk?", udp_sdk },
{"arm", udp_arm },
{"emergency", udp_emergency},
{"reboot", udp_reboot },
{"command", udp_command },
{"exit", udp_exit },
- Support RESTful commands
/api/v1/system/info
/api/v1/rc/raw
/api/v1/rc/post
Note: RESTful command & exit like udp should be implemented first.
6. Support serial port debugging
Reference: