1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-14 20:10:11 +03:00

Fix enabled state

This commit is contained in:
Pawel Spychalski (DzikuVx) 2023-10-20 12:15:20 +02:00
parent 09170f5bbf
commit 9ff0e539f5
5 changed files with 142 additions and 74 deletions

View file

@ -1584,7 +1584,7 @@ var mspHelper = (function (gui) {
break;
case MSPCodes.MSP2_INAV_EZ_TUNE_SET:
console.log('Rate dynamics saved');
console.log('EzTune settings saved');
break;
default:
@ -2235,6 +2235,9 @@ var mspHelper = (function (gui) {
buffer.push(EZ_TUNE.aggressiveness);
buffer.push(EZ_TUNE.rate);
buffer.push(EZ_TUNE.expo);
console.log(buffer);
break;
default:
return false;