diff --git a/RX/FLYSKY PR02.json b/RX/FLYSKY PR02.json new file mode 100644 index 0000000..60c22c6 --- /dev/null +++ b/RX/FLYSKY PR02.json @@ -0,0 +1,32 @@ +{ + "serial_rx": 44, + "serial_tx": 43, + "serial1_rx": 36, + "serial1_tx": 37, + "radio_nss": 2, + "radio_busy": 3, + "radio_dio1": 4, + "radio_rst": 5, + "radio_rst_2": 13, + "radio_dio1_2": 14, + "radio_nss_2": 17, + "radio_busy_2": 18, + "power_txen": 6, + "power_rxen": 7, + "power_txen_2": 8, + "power_rxen_2": 9, + "radio_sck": 10, + "radio_miso": 11, + "radio_mosi": 12, + "radio_dcdc": true, + "button": 0, + "power_min": 0, + "power_high": 4, + "power_max": 4, + "power_default": 3, + "power_control": 0, + "power_values": [-12, -9, -6, -3, 2], + "power_lna_gain": 15, + "led_rgb": 38, + "led_rgb_isgrb": true +} \ No newline at end of file diff --git a/targets.json b/targets.json index fb1ee0d..13c33f0 100644 --- a/targets.json +++ b/targets.json @@ -1075,6 +1075,15 @@ "min_version": "3.5.0", "platform": "esp32-c3", "firmware": "Unified_ESP32C3_2400_RX" + }, + "pr02": { + "product_name": "Flysky PR02 2.4GHz RX", + "lua_name": "Flysky PR02", + "layout_file": "FLYSKY PR02.json", + "upload_methods": ["uart", "wifi", "betaflight"], + "min_version": "3.5.0", + "platform": "esp32-s3", + "firmware": "Unified_ESP32S3_2400_RX" } } },