1
0
Fork 0
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:
Mark Haslinghuis 2024-11-25 22:16:24 +01:00 committed by GitHub
parent 521b3881a0
commit 525057007d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: [