Skip to content

Commit

Permalink
Fix joystick values
Browse files Browse the repository at this point in the history
  • Loading branch information
pkendall64 committed May 28, 2024
1 parent 554ec35 commit f6f67ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TX/Foxeer 2400.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"power_control": 0,
"power_values": [-18, -13, -10, -5, -2, 3],
"joystick": 3,
"joystick_values": [1365, 2048, 0, 2730, 3276, 4095],
"joystick_values": [1365, 2048, 3276, 2730, 0, 4095],
"led_rgb": 48,
"led_rgb_isgrb": true,
"ledidx_rgb_status": [0],
Expand Down

0 comments on commit f6f67ee

Please sign in to comment.