mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-23 16:25:19 +03:00
MSP_IDENT removed from usage
This commit is contained in:
parent
e7a3647459
commit
93a4dd1b84
11 changed files with 212 additions and 292 deletions
|
@ -1731,6 +1731,11 @@ var mspHelper = (function (gui) {
|
|||
/*
|
||||
* Basic sending methods used for chaining purposes
|
||||
*/
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* @param callback
|
||||
*/
|
||||
self.loadMspIdent = function (callback) {
|
||||
MSP.send_message(MSPCodes.MSP_IDENT, false, false, callback);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue