1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-19 14:25:14 +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,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: