Skip to content

Commit

Permalink
Target testing adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
pkendall64 committed Mar 10, 2024
1 parent c4a480e commit 19caf8b
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions RX/DIY C3 Super Mini 2400.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"serial_rx": 20,
"serial_tx": 21,
"/serial_rx": 20,
"/serial_tx": 21,
"radio_busy": 3,
"radio_dio1": 1,
"radio_miso": 5,
Expand All @@ -14,10 +14,13 @@
"power_default": 0,
"power_control": 0,
"power_values": [13],
"pwm_outputs": [10],
"pwm_outputs": [0,9,18,19,20,21],
"led": 8,
"led_red_invert": true,
"led_rgb": 0,
"led_rgb_isgrb": true,
"button": 9
"/led_rgb": 0,
"/led_rgb_isgrb": true,
"/button": 9,
"vbat": 10,
"vbat_offset": 12,
"vbat_scale": 410
}

0 comments on commit 19caf8b

Please sign in to comment.