Skip to content

Commit

Permalink
Add the receivers
Browse files Browse the repository at this point in the history
  • Loading branch information
pkendall64 committed Nov 28, 2023
1 parent 42a87ac commit 71259c3
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
24 changes: 24 additions & 0 deletions RX/Radiomaster BR3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"serial_rx": 3,
"serial_tx": 1,
"radio_dio0": 4,
"radio_dio1": 5,
"radio_miso": 12,
"radio_mosi": 13,
"radio_nss": 15,
"radio_rst": 2,
"radio_sck": 14,
"radio_dcdc": true,
"radio_rfo_hf": true,
"ant_ctrl": 9,
"Power_txen": 10,
"power_lna_gain": 16,
"power_min": 3,
"power_high": 5,
"power_max": 5,
"power_default": 3,
"power_control": 0,
"power_values": [112,116,122],
"led": 16,
"button": 0
}
20 changes: 20 additions & 0 deletions targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -1832,6 +1832,26 @@
"firmware": "Unified_ESP32_900_TX"
}
},
"rx_900": {
"br1": {
"product_name": "RadioMaster BR1 900Mz RX",
"lua_name": "RM BR1",
"layout_file": "Generic 900.json",
"upload_methods": ["uart", "wifi", "betaflight"],
"min_version": "3.3.0",
"platform": "esp8285",
"firmware": "Unified_ESP8285_900_RX"
},
"br3": {
"product_name": "RadioMaster BR3 Diversity 900Mz RX",
"lua_name": "RM BR3",
"layout_file": "Radiomaster BR3.json",
"upload_methods": ["uart", "wifi", "betaflight"],
"min_version": "3.3.0",
"platform": "esp8285",
"firmware": "Unified_ESP8285_900_RX"
}
},
"tx_2400": {
"zorro": {
"product_name": "RadioMaster Zorro Internal 2.4GHz TX",
Expand Down

0 comments on commit 71259c3

Please sign in to comment.