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

mixer added to preset

This commit is contained in:
U-PAWEL-X220\pawel 2017-01-09 19:20:37 +01:00
parent e0c14837a0
commit b99c5c1bf4
3 changed files with 36 additions and 27 deletions

View file

@ -1874,5 +1874,9 @@ var mspHelper = (function (gui) {
}
};
self.saveBfConfig = function (callback) {
MSP.send_message(MSPCodes.MSP_SET_BF_CONFIG, mspHelper.crunch(MSPCodes.MSP_SET_BF_CONFIG), false, callback);
};
return self;
})(GUI);