1
0
Fork 0
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:
cTn 2013-11-08 13:52:44 +01:00
parent 255c0d24ae
commit 32a140268d
2 changed files with 30 additions and 0 deletions

View file

@ -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);