mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
save button now actually save the configuration
This commit is contained in:
parent
255c0d24ae
commit
32a140268d
2 changed files with 30 additions and 0 deletions
|
@ -659,6 +659,9 @@ function process_message(code, data, bytes) {
|
|||
case MSP_codes.MSP_SELECT_SETTING:
|
||||
console.log(data);
|
||||
break;
|
||||
case MSP_codes.MSP_SET_SERVO_CONF:
|
||||
console.log('Servo Configuration saved');
|
||||
break;
|
||||
/* disabled (find out why ???)
|
||||
case MSP_codes.MSP_BIND:
|
||||
console.log(data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue