mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-14 03:49:53 +03:00
Add Assistnow Key configuration and some basic build setup
This commit is contained in:
parent
05f6d3e8df
commit
e497b7f360
6 changed files with 31 additions and 0 deletions
|
@ -3383,6 +3383,10 @@ var mspHelper = (function () {
|
|||
MSP.send_message(MSPCodes.MSP2_SET_CF_SERIAL_CONFIG, mspHelper.crunch(MSPCodes.MSP2_SET_CF_SERIAL_CONFIG), false, callback);
|
||||
};
|
||||
|
||||
self.sendUbloxCommand = function (ubloxData, callback) {
|
||||
MSP.send_message(MSPCodes.MSP2_INAV_GPS_UBLOX_COMMAND, ubloxData, false, callback);
|
||||
};
|
||||
|
||||
return self;
|
||||
})();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue