mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
Mavlink introduction
Templates bug fix
This commit is contained in:
parent
695ecf7a0d
commit
0611c1de96
262 changed files with 67218 additions and 94 deletions
|
@ -131,6 +131,8 @@ void menuMainView(uint8_t event)
|
|||
#elif defined(NMEA)
|
||||
NMEA_EnableRXD(); // enable NMEA-Telemetry reception
|
||||
chainMenu(menuProcNMEA);
|
||||
#elif defined(MAVLINK)
|
||||
chainMenu(menuProcMavlink);
|
||||
#else
|
||||
chainMenu(menuProcDebug);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue