Skip to content

Commit 07da339

Browse files
authored
Add EZLANDING debug (#3655)
1 parent 4a53bb1 commit 07da339

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/js/debug.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ const DEBUG = {
8989
{text: "RC_STATS"},
9090
{text: "MAG_CALIB"},
9191
{text: "MAG_TASK_RATE"},
92+
{text: "EZLANDING"},
9293
],
9394

9495
fieldNames : {
@@ -742,6 +743,13 @@ const DEBUG = {
742743
'debug[5]': 'Read State',
743744
'debug[6]': 'Task Time (Us)',
744745
},
746+
'EZLANDING' : {
747+
'debug[all]': 'EZ Landing',
748+
'debug[0]': 'EZ Land Factor',
749+
'debug[1]': 'Adjusted Throttle',
750+
'debug[2]': 'Upper Limit',
751+
'debug[3]': 'EZ Land Limit',
752+
},
745753
},
746754

747755
enableFields : [

0 commit comments

Comments
 (0)