0
mirror of https://github.com/incutec-hw/OpenRX.git synced 2026-08-21 08:01:18 +00:00
Files
incutec-OpenRX/shared/elrs-targets/OpenRX Mono LR1121.json
JustStan 3ab3588f14 OpenRX-Mono: PCB doc properties, 3D model fixes, target update, renders
Board file gains DOC_* properties and corrected 3D model references
(RFX2401C EP1.7, QFN-12 BL). ELRS target: corrected LR1121 RF switch
control table, enable radio DCDC, WS2812 RGB LED instead of plain LED.
Re-rendered README images.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-05 22:26:42 +02:00

32 lines
550 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": 3,
"power_max": 3,
"power_default": 0,
"power_control": 0,
"power_values": [12, 16, 19, 22],
"power_values_dual": [-12, -9, -6, -2],
"power_lna_gain": 12,
"radio_rfsw_ctrl": [15, 0, 12, 8, 8, 6, 0, 5],
"radio_dcdc": true,
"led_rgb": 8,
"led_rgb_isgrb": true,
"button": 9
}