Skip to content

Commit

Permalink
correct pins after review
Browse files Browse the repository at this point in the history
  • Loading branch information
JyeSmith authored Jan 21, 2024
1 parent 9285b74 commit 8250d15
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions TX/Generic LR1121 Gemini.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"serial_rx": 1,
"serial_tx": 1,
"serial_rx": 23,
"serial_tx": 23,

"radio_miso": 33,
"radio_mosi": 32,
Expand Down Expand Up @@ -30,11 +30,13 @@
"ledidx_rgb_boot": [0],

"radio_dcdc": true,

"use_backpack": false,
"use_backpack": true,
"debug_backpack_baud": 460800,
"debug_backpack_rx": 3,
"debug_backpack_tx": 1,
"debug_backpack_rx": 18,
"debug_backpack_tx": 5,
"backpack_boot": 23,
"backpack_en": 19
"backpack_en": 19,

"misc_fan_en": 4
}

0 comments on commit 8250d15

Please sign in to comment.