Skip to content

Commit

Permalink
Update order
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Nov 25, 2024
1 parent fbc45a2 commit 1646f49
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/js/debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -777,10 +777,10 @@ const DEBUG = {
'WING_SETPOINT': {
'debug[all]': 'Wing Setpoint',
'debug[0]': 'Current Setpoint [roll]',
'debug[1]': 'Current Setpoint [pitch]',
'debug[2]': 'Current Setpoint [yaw]',
'debug[3]': 'Adjusted Setpoint [roll]',
'debug[4]': 'Adjusted Setpoint [pitch]',
'debug[1]': 'Adjusted Setpoint [roll]',
'debug[2]': 'Current Setpoint [pitch]',
'debug[3]': 'Adjusted Setpoint [pitch]',
'debug[4]': 'Current Setpoint [yaw]',
'debug[5]': 'Adjusted Setpoint [yaw]',
},
},
Expand Down

0 comments on commit 1646f49

Please sign in to comment.