mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 01:05:15 +03:00
Add Gimbal debug (#4260)
This commit is contained in:
parent
521b3881a0
commit
525057007d
1 changed files with 10 additions and 0 deletions
|
@ -98,6 +98,7 @@ const DEBUG = {
|
|||
"S_TERM",
|
||||
"SPA",
|
||||
"TASK",
|
||||
"GIMBAL",
|
||||
],
|
||||
|
||||
fieldNames: {
|
||||
|
@ -763,6 +764,15 @@ const DEBUG = {
|
|||
'debug[6]': 'Difference estimated vs actual',
|
||||
'debug[7]': 'Late count',
|
||||
},
|
||||
'GIMBAL': {
|
||||
'debug[all]': 'Gimbal',
|
||||
'debug[0]': 'Headtracker Roll',
|
||||
'debug[1]': 'Headtracker Pitch',
|
||||
'debug[2]': 'Headtracker Yaw',
|
||||
'debug[3]': 'Gimbal Roll',
|
||||
'debug[4]': 'Gimbal Pitch',
|
||||
'debug[5]': 'Gimbal Yaw',
|
||||
},
|
||||
},
|
||||
|
||||
enableFields: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue