1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-16 12:55:13 +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);
};