Skip to content

Commit

Permalink
Fixes for problems found by the validator
Browse files Browse the repository at this point in the history
  • Loading branch information
pkendall64 committed Jan 23, 2024
1 parent 6e88959 commit 1279b2a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions TX/Generic LR1121 Gemini.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"serial_rx": 23,
"serial_tx": 23,
"serial_rx": 3,
"serial_tx": 1,

"radio_miso": 33,
"radio_mosi": 32,
Expand Down
1 change: 0 additions & 1 deletion TX/HappyModel ES900.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"serial_rx": 2,
"serial_tx": 2,
"radio_dio0": 26,
"radio_dio1": 25,
"radio_miso": 19,
"radio_mosi": 23,
"radio_nss": 5,
Expand Down
1 change: 0 additions & 1 deletion TX/Radiomaster Bandit Micro.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"radio_dcdc": true,
"radio_rfo_hf": true,
"power_txen": 33,
"power_rxen": 12,
"power_apc2": 26,
"power_min": 3,
"power_high": 6,
Expand Down
3 changes: 2 additions & 1 deletion targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@
"lua_name": "BFPV SuperG 2G4",
"layout_file": "Generic 2400 Gemini.json",
"overlay": {
"radio_rst_2": -1,
"serial_rx": 21,
"serial_tx": 21,
"power_min": 1,
Expand Down Expand Up @@ -2063,7 +2064,7 @@
"lua_name": "RM ER4",
"layout_file": "Generic 2400 PWMP5.json",
"overlay": {
"power_dcdc": true,
"radio_dcdc": true,
"pwm_outputs": [0,1,3,9],
"vbat_offset": -10,
"vbat_scale": 292
Expand Down

0 comments on commit 1279b2a

Please sign in to comment.