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

Bsongis/xlite pxx (#5856)

Pulses refactoring
This commit is contained in:
Bertrand Songis 2018-04-29 22:55:29 +02:00 committed by GitHub
parent 6ec64b227c
commit cfc02f67eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 209 additions and 217 deletions

View file

@ -106,6 +106,12 @@ elif options[optcount] == "x7":
maxsize = 65536 * 8
board = BOARD_TARANIS
board_family = BOARD_FAMILY_ARM
elif options[optcount] == "xlite":
command_options["PCB"] = "XLITE"
firmware_options = options_taranisplus
maxsize = 65536 * 8
board = BOARD_TARANIS
board_family = BOARD_FAMILY_ARM
elif options[optcount] == "x9d":
command_options["PCB"] = "X9D"
firmware_options = options_taranis