1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-23 08:15:19 +03:00
This commit is contained in:
Konstantin Sharlaimov (DigitalEntity) 2017-09-29 16:44:32 +10:00
parent 58a9468846
commit 492ea212d8
2 changed files with 2 additions and 2 deletions

View file

@ -1957,7 +1957,7 @@ var mspHelper = (function (gui) {
MSP.send_message(MSPCodes.MSP_BF_CONFIG, false, false, callback);
};
self.quaryFcStatus = function (callback) {
self.queryFcStatus = function (callback) {
MSP.send_message(MSPCodes.MSP_STATUS_EX, false, false, callback);
};

View file

@ -18,7 +18,7 @@ TABS.setup.initialize = function (callback) {
loadChainer.setChain([
mspHelper.loadBfConfig,
mspHelper.loadMisc,
mspHelper.quaryFcStatus
mspHelper.queryFcStatus
]);
loadChainer.setExitPoint(load_html);
loadChainer.execute();