mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
3djc/telem rename (#3678)
* Rename EXT option to TELEMETRY * Change test accordingly * Rename FRSKY to TELEMETRY_FRSKY * Rename ARDUPILOT to TELEMETRY_ARDUPILOT * More renames (JETI, MAVLINK, NMEA) * Fixes to make commit-test happy * Further tests added to commit-test * Cleanup * Rename EXTSTD to TELEMETRY_NONE
This commit is contained in:
parent
0b67d412a0
commit
52435703a0
62 changed files with 203 additions and 198 deletions
|
@ -66,14 +66,14 @@ elif options[optcount] == "9xr128":
|
|||
board_family = BOARD_FAMILY_AVR
|
||||
elif options[optcount] == "gruvin9x":
|
||||
command_options["PCB"] = "GRUVIN9X"
|
||||
command_options["EXT"] = "FRSKY"
|
||||
command_options["TELEMETRY"] = "FRSKY"
|
||||
firmware_options = options_gruvin9x
|
||||
maxsize = 65536 * 4
|
||||
board = BOARD_GRUVIN9X
|
||||
board_family = BOARD_FAMILY_AVR
|
||||
elif options[optcount] == "mega2560":
|
||||
command_options["PCB"] = "MEGA2560"
|
||||
command_options["EXT"] = "FRSKY"
|
||||
command_options["TELEMETRY"] = "FRSKY"
|
||||
firmware_options = options_mega2560
|
||||
maxsize = 65536 * 4
|
||||
board = BOARD_GRUVIN9X
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue