Skip to content

Commit 4275fe7

Browse files
committed
Adding PR02
1 parent 6d6d044 commit 4275fe7

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

RX/FLYSKY PR02.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"serial_rx": 44,
3+
"serial_tx": 43,
4+
"serial1_rx": 36,
5+
"serial1_tx": 37,
6+
"radio_nss": 2,
7+
"radio_busy": 3,
8+
"radio_dio1": 4,
9+
"radio_rst": 5,
10+
"radio_rst_2": 13,
11+
"radio_dio1_2": 14,
12+
"radio_nss_2": 17,
13+
"radio_busy_2": 18,
14+
"power_txen": 6,
15+
"power_rxen": 7,
16+
"power_txen_2": 8,
17+
"power_rxen_2": 9,
18+
"radio_sck": 10,
19+
"radio_miso": 11,
20+
"radio_mosi": 12,
21+
"radio_dcdc": true,
22+
"button": 0,
23+
"power_min": 0,
24+
"power_high": 4,
25+
"power_max": 4,
26+
"power_default": 3,
27+
"power_control": 0,
28+
"power_values": [-12, -9, -6, -3, 2],
29+
"led_rgb": 38,
30+
"led_rgb_isgrb": true
31+
}

targets.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,6 +1075,15 @@
10751075
"min_version": "3.5.0",
10761076
"platform": "esp32-c3",
10771077
"firmware": "Unified_ESP32C3_2400_RX"
1078+
},
1079+
"pr02": {
1080+
"product_name": "Flysky PR02 2.4GHz RX",
1081+
"lua_name": "Flysky PR02",
1082+
"layout_file": "FLYSKY PR02.json",
1083+
"upload_methods": ["uart", "wifi", "betaflight"],
1084+
"min_version": "3.5.0",
1085+
"platform": "esp32-s3",
1086+
"firmware": "Unified_ESP32S3_2400_RX"
10781087
}
10791088
}
10801089
},

0 commit comments

Comments
 (0)