1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Stamp out use of "VTX PIT MODE" for VTX power switches - SYNERG… (#9065)

Stamp out use of "VTX PIT MODE" for VTX power switches - SYNERGYF4
This commit is contained in:
Michael Keller 2019-11-20 21:54:30 +13:00 committed by mikeller
parent 730aef4025
commit 1fa53a28b8

View file

@ -70,7 +70,7 @@ void targetConfiguration(void)
targetSerialPortFunctionConfig(targetSerialPortFunction, ARRAYLEN(targetSerialPortFunction));
#endif
#ifdef SYNERGYF4
pinioBoxConfigMutable()->permanentId[0] = 39;
pinioBoxConfigMutable()->permanentId[0] = 40;
vtxSettingsConfigMutable()->pitModeFreq = 0;
ledStripStatusModeConfigMutable()->ledConfigs[0] = DEFINE_LED(0, 0, 0, 0, LF(COLOR), LO(VTX), 0);
targetSerialPortFunctionConfig(targetSerialPortFunction, ARRAYLEN(targetSerialPortFunction));