1
0
Fork 0
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:
bsongis 2012-03-19 16:12:36 +00:00
parent 695ecf7a0d
commit 0611c1de96
262 changed files with 67218 additions and 94 deletions

View file

@ -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