File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -313,6 +313,9 @@ MspHelper.prototype.process_data = function(dataHandler) {
313313 FC . BATTERY_CONFIG . vbatwarningcellvoltage = data . readU16 ( ) / 100 ;
314314 }
315315 break ;
316+ case MSPCodes . MSP_SET_BATTERY_CONFIG :
317+ console . log ( 'Battery configuration saved' ) ;
318+ break ;
316319 case MSPCodes . MSP_RC_TUNING :
317320 FC . RC_TUNING . RC_RATE = parseFloat ( ( data . readU8 ( ) / 100 ) . toFixed ( 2 ) ) ;
318321 FC . RC_TUNING . RC_EXPO = parseFloat ( ( data . readU8 ( ) / 100 ) . toFixed ( 2 ) ) ;
@@ -605,6 +608,9 @@ MspHelper.prototype.process_data = function(dataHandler) {
605608 case MSPCodes . MSP_SET_GPS_CONFIG :
606609 console . log ( 'GPS Configuration saved' ) ;
607610 break ;
611+ case MSPCodes . MSP_SET_GPS_RESCUE :
612+ console . log ( 'GPS Rescue Configuration saved' ) ;
613+ break ;
608614 case MSPCodes . MSP_SET_RSSI_CONFIG :
609615 console . log ( 'RSSI Configuration saved' ) ;
610616 break ;
You can’t perform that action at this time.
0 commit comments