You've already forked incutec-OpenRX
mirror of
https://github.com/incutec-hw/OpenRX.git
synced 2026-08-21 08:01:18 +00:00
Corrected SX1281 SPI pin map (miso/mosi/sck/dio1/nss) and switched from plain LED on GPIO10 to WS2812 RGB on GPIO8, matching the boards. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
25 lines
398 B
JSON
25 lines
398 B
JSON
{
|
|
"serial_rx": 20,
|
|
"serial_tx": 21,
|
|
|
|
"radio_miso": 5,
|
|
"radio_mosi": 4,
|
|
"radio_sck": 6,
|
|
|
|
"radio_busy": 3,
|
|
"radio_dio1": 1,
|
|
"radio_nss": 7,
|
|
"radio_rst": 2,
|
|
|
|
"power_min": 0,
|
|
"power_high": 0,
|
|
"power_max": 0,
|
|
"power_default": 0,
|
|
"power_control": 0,
|
|
"power_values": [13],
|
|
"power_lna_gain": 0,
|
|
|
|
"led_rgb": 8,
|
|
"led_rgb_isgrb": true
|
|
}
|