Skip to content

Commit

Permalink
update common build options
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjjjjjjj committed Dec 8, 2024
1 parent 17d3cc2 commit 5627957
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions tools/build-flysky.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,23 @@
boards = {
"I6X": {
"HELI": "NO",
"PCBI6X_ELRS": "YES",
"PCBI6X_INAV": "YES",
"DFPLAYER": "NO",
"USB_SERIAL": "YES",
},
"I6X_DFPLAYER": {
"HELI": "NO",
"PCBI6X_ELRS": "YES",
"PCBI6X_INAV": "YES",
"DFPLAYER": "YES",
"USB_SERIAL": "YES",
},
"I6X_HELI": {
"HELI": "YES",
"PCBI6X_ELRS": "YES",
"PCBI6X_INAV": "NO",
"DFPLAYER": "NO",
"USB_SERIAL": "YES",
},
"I6X_HELI_DFPLAYER": {
"HELI": "YES",
"PCBI6X_ELRS": "YES",
"PCBI6X_INAV": "NO",
"DFPLAYER": "YES",
"USB_SERIAL": "YES",
},
}

Expand Down Expand Up @@ -63,6 +55,8 @@
"DISABLE_COMPANION": "YES",
"PPM_UNIT": "PERCENT_PREC1",
"USB_MSD": "YES",
"USB_SERIAL": "YES",
"PCBI6X_ELRS": "YES",
"SBUS_TRAINER": "NO",
}

Expand Down

0 comments on commit 5627957

Please sign in to comment.