1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 17:25:13 +03:00

[Taranis] Telemetry (only FrSky D) through serial port inside the

battery compartment added
This commit is contained in:
bsongis 2014-06-23 15:41:50 +02:00
parent d2ce28f897
commit e96578c857
18 changed files with 68 additions and 32 deletions

View file

@ -3362,7 +3362,7 @@ inline void opentxInit(OPENTX_INIT_ARGS)
backlightOn();
#if defined(PCBTARANIS)
uart3Init(g_eeGeneral.uart3Mode);
uart3Init(g_eeGeneral.uart3Mode, g_model.telemetryProtocol);
#endif
#if defined(CPUARM)