1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 08:45:24 +03:00

Add autoupdate to X10E and x9d 2019, they have PMU chip .... (#6942)

OK so no choice :(
This commit is contained in:
3djc 2019-10-16 10:56:22 +02:00 committed by Bertrand Songis
parent a173dd0adf
commit 26dda3070d

View file

@ -1222,7 +1222,7 @@ void registerOpenTxFirmwares()
/* FrSky Taranis X9D+ 2019 board */
firmware = new OpenTxFirmware("opentx-x9d+2019", Firmware::tr("FrSky Taranis X9D+ 2019"), BOARD_TARANIS_X9DP_2019);
addOpenTxTaranisOptions(firmware);
addPPMInternalModuleHack(firmware);
firmware->addOption("autoupdate", Firmware::tr("Support for auto update on boot"));
registerOpenTxFirmware(firmware);
/* FrSky Taranis X9D board */
@ -1278,6 +1278,7 @@ void registerOpenTxFirmwares()
/* FrSky X10 Express board */
firmware = new OpenTxFirmware("opentx-x10express", Firmware::tr("FrSky Horus X10 Express"), BOARD_X10_EXPRESS);
addOpenTxFrskyOptions(firmware);
firmware->addOption("autoupdate", Firmware::tr("Support for auto update on boot"));
registerOpenTxFirmware(firmware);
/* FrSky X12 (Horus) board */