Skip to content

Commit

Permalink
adds GEPRC and Sub250 900/2400 Single Dual-Band
Browse files Browse the repository at this point in the history
  • Loading branch information
JyeSmith committed Dec 15, 2024
1 parent 54dabce commit 95ca06f
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -1353,6 +1353,18 @@
"min_version": "3.5.0",
"platform": "esp32",
"firmware": "Unified_ESP32_LR1121_RX"
},
"single": {
"product_name": "GEPRC 900/2400 Single Dual-Band RX",
"lua_name": "GEPR 9002G4 RX",
"layout_file": "Generic C3 LR1121.json",
"overlay": {
"radio_rfsw_ctrl": [15,0,8,4,4,14,0,13]
},
"upload_methods": ["uart", "wifi", "betaflight"],
"min_version": "3.5.2",
"platform": "esp32-c3",
"firmware": "Unified_ESP32C3_LR1121_RX"
}
}
},
Expand Down Expand Up @@ -1381,6 +1393,20 @@
"platform": "esp8285",
"firmware": "Unified_ESP8285_2400_RX"
}
},
"rx_dual": {
"single": {
"product_name": "Sub250 900/2400 Single Dual-Band RX",
"lua_name": "Su25 9002G4 RX",
"layout_file": "Generic C3 LR1121.json",
"overlay": {
"radio_rfsw_ctrl": [15,0,8,4,4,14,0,13]
},
"upload_methods": ["uart", "wifi", "betaflight"],
"min_version": "3.5.2",
"platform": "esp32-c3",
"firmware": "Unified_ESP32C3_LR1121_RX"
}
}
},
"haoyerc": {
Expand Down

0 comments on commit 95ca06f

Please sign in to comment.