File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -499,6 +499,9 @@ var FlightLogParser = function(logData) {
499499 that . sysConfig [ fieldName ] = parseInt ( fieldValue , 10 ) ;
500500 that . sysConfig . motorOutput [ 1 ] = that . sysConfig [ fieldName ] ; // by default, set the maxMotorOutput to match maxThrottle
501501 break ;
502+ case "BaroAlt" :
503+ that . sysConfig . BaroAlt = parseInt ( fieldValue , 10 ) ;
504+ break ;
502505 case "rcRate" :
503506 case "rcExpo" :
504507 case "rcYawExpo" :
@@ -514,9 +517,6 @@ var FlightLogParser = function(logData) {
514517 case "gyro_lpf" :
515518 case "acc_hardware" :
516519 case "baro_hardware" :
517- case "BaroAlt" :
518- that . sysConfig . BaroAlt = parseInt ( fieldValue , 10 ) ;
519- break ;
520520 case "mag_hardware" :
521521 case "vbat_pid_compensation" :
522522 case "rc_smoothing" :
You can’t perform that action at this time.
0 commit comments