Mavlink - Configure Tx modules to work as standalone transmitters without a handset...
commit6e9ee16c08c485a7f3f363752454ffef68271dea
authorJye <14170229+JyeSmith@users.noreply.github.com>
Sat, 27 Jul 2024 04:03:36 +0000 (27 14:03 +1000)
committerGitHub <noreply@github.com>
Sat, 27 Jul 2024 04:03:36 +0000 (27 14:03 +1000)
tree9678a5813387a55d95531707d5f427abf21cca16
parent1cef44f49b2ebf8792b7f64fe3abb38fdaa76322
Mavlink - Configure Tx modules to work as standalone transmitters without a handset (#2822)

* tx_module_auto_mav

* call UARTconnected() when mavesp data received

* Cleanup and dont send channel data when there is no RC input

* STM!!!

* use mavlink_frame_char
src/lib/MAVLink/MAVLink.cpp
src/lib/MAVLink/MAVLink.h
src/src/tx_main.cpp