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:
parent
47bf426c29
commit
f1a29d29e6
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue