1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 00:05:22 +03:00

added save message for RC_CONTROLS

This commit is contained in:
NightHawk32 2015-12-27 16:01:09 -05:00
parent 47bf426c29
commit f1a29d29e6

View file

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