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:
parent
a173dd0adf
commit
26dda3070d
1 changed files with 2 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue