Skip to content

Commit

Permalink
8285 lr1121 tx
Browse files Browse the repository at this point in the history
  • Loading branch information
JyeSmith committed Jun 29, 2024
1 parent 4f58145 commit 01758b7
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
24 changes: 24 additions & 0 deletions TX/Generic 8285 LR1121.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"serial_rx": 3,
"serial_tx": 1,
"radio_busy": 4,
"radio_dio1": 5,
"radio_miso": 12,
"radio_mosi": 13,
"radio_nss": 15,
"radio_rst": 2,
"radio_sck": 14,
"power_min": 0,
"power_high": 3,
"power_max": 3,
"power_default": 0,
"power_control": 0,
"power_values": [
12,
16,
19,
22
],
"led_red": 16,
"button": 0
}
10 changes: 9 additions & 1 deletion targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -1105,8 +1105,16 @@
"min_version": "3.4.0",
"platform": "esp32",
"firmware": "Unified_ESP32_LR1121_TX"
},
"8285-plain": {
"product_name": "Generic ESP8285 Full-duplex LR1121 RX as TX",
"lua_name": "LR1121 RX as TX",
"layout_file": "Generic 8285 LR1121.json",
"upload_methods": ["uart", "wifi"],
"min_version": "3.4.0",
"platform": "esp8285",
"firmware": "Unified_ESP8285_LR1121_TX"
}

},
"rx_dual": {
"true_diversity": {
Expand Down

0 comments on commit 01758b7

Please sign in to comment.