Skip to content

Commit

Permalink
Merge pull request #100 from pkendall64/second-serial
Browse files Browse the repository at this point in the history
Add second serial out for RXs that support it
  • Loading branch information
pkendall64 authored Sep 28, 2024
2 parents 452635a + f027514 commit e23551f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/hardware.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class FieldType(Enum):
# if one of the first group then all the first and second groups and
# at-least one of the third group must also be defined
[["serial_rx", "serial_tx"], [], []],
[["serial1_rx", "serial1_tx"], [], []],
[["serial1_rx"], ["serial1_tx"], []],
[["power_min", "power_high", "power_max", "power_default", "power_control", "power_values"], [], []],
[["debug_backpack_baud", "debug_backpack_rx", "debug_backpack_tx"], [], []],
[["use_backpack"], ["debug_backpack_baud", "debug_backpack_rx", "debug_backpack_tx"], []],
Expand Down
2 changes: 2 additions & 0 deletions targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
"lua_name": "BK 2G4 Dual RX",
"layout_file": "Generic 2400 True Diversity PA.json",
"overlay": {
"serial1_tx": 5,
"radio_dcdc": true
},
"upload_methods": ["uart", "wifi", "betaflight"],
Expand Down Expand Up @@ -1586,6 +1587,7 @@
"lua_name": "HGL Gemini2.4RX",
"layout_file": "Generic 2400 True Diversity PA.json",
"overlay": {
"serial1_tx": 5,
"radio_dcdc": true
},
"upload_methods": ["uart", "wifi", "betaflight"],
Expand Down

0 comments on commit e23551f

Please sign in to comment.