File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -177,8 +177,8 @@ function FlightLogFieldPresenter() {
177177 'debug[all]' :'ESC Sensor' ,
178178 'debug[0]' :'Motor Index' ,
179179 'debug[1]' :'Timeouts' ,
180- 'debug[2]' :'Temperature ' ,
181- 'debug[3]' :'RPM ' ,
180+ 'debug[2]' :'CNC errors ' ,
181+ 'debug[3]' :'Data age ' ,
182182 } ,
183183 'SCHEDULER' : {
184184 'debug[all]' :'Scheduler' ,
@@ -469,13 +469,15 @@ function FlightLogFieldPresenter() {
469469 return value . toFixed ( 0 ) + "deg/s" ;
470470 case 'ESC_SENSOR' :
471471 switch ( fieldName ) {
472- case 'debug[2]' :
473- return value . toFixed ( 0 ) + "°C" ;
474472 case 'debug[3]' :
475- return value . toFixed ( 0 ) + "rpm" ;
476- default :
477473 return value . toFixed ( 0 ) + "\u03BCS" ;
474+ default :
475+ return value . toFixed ( 0 ) + "" ;
478476 }
477+ case 'DEBUG_ESC_SENSOR_RPM' :
478+ return value . toFixed ( 0 ) + "rpm" ;
479+ case 'DEBUG_ESC_SENSOR_TMP' :
480+ return value . toFixed ( 0 ) + "°C" ;
479481 case 'SCHEDULER' :
480482 return value . toFixed ( 0 ) + "\u03BCS" ;
481483 case 'STACK' :
You can’t perform that action at this time.
0 commit comments