mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-16 12:55:13 +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);
|
||||
};
|
||||
|
||||
self.quaryFcStatus = function (callback) {
|
||||
self.queryFcStatus = function (callback) {
|
||||
MSP.send_message(MSPCodes.MSP_STATUS_EX, false, false, callback);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue