mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-23 00:05:19 +03:00
Typo fix
This commit is contained in:
parent
58a9468846
commit
492ea212d8
2 changed files with 2 additions and 2 deletions
|
@ -1957,7 +1957,7 @@ var mspHelper = (function (gui) {
|
||||||
MSP.send_message(MSPCodes.MSP_BF_CONFIG, false, false, callback);
|
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);
|
MSP.send_message(MSPCodes.MSP_STATUS_EX, false, false, callback);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ TABS.setup.initialize = function (callback) {
|
||||||
loadChainer.setChain([
|
loadChainer.setChain([
|
||||||
mspHelper.loadBfConfig,
|
mspHelper.loadBfConfig,
|
||||||
mspHelper.loadMisc,
|
mspHelper.loadMisc,
|
||||||
mspHelper.quaryFcStatus
|
mspHelper.queryFcStatus
|
||||||
]);
|
]);
|
||||||
loadChainer.setExitPoint(load_html);
|
loadChainer.setExitPoint(load_html);
|
||||||
loadChainer.execute();
|
loadChainer.execute();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue