added save message for RC_CONTROLS

pull/3/head
NightHawk32 9 years ago
parent 47bf426c29
commit f1a29d29e6

@ -933,7 +933,10 @@ var MSP = {
case MSP_codes.MSP_SET_3D:
console.log('3D settings saved');
break;
case MSP_codes.MSP_SET_SENSOR_ALIGNMENT:
case MSP_codes.MSP_SET_RC_CONTROLS:
console.log('Rc controls settings saved');
break;
case MSP_codes.MSP_SET_SENSOR_ALIGNMENT:
console.log('Sensor alignment saved');
break;
case MSP_codes.MSP_SET_RX_CONFIG:

Loading…
Cancel
Save