mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-19 22:35:15 +03:00
fixed required fc version
This commit is contained in:
parent
64a0f91411
commit
779e12448e
1 changed files with 1 additions and 1 deletions
|
@ -2525,7 +2525,7 @@ var mspHelper = (function (gui) {
|
|||
};
|
||||
|
||||
self.loadOutputMapping = function (callback) {
|
||||
if (semver.gte(CONFIG.flightControllerVersion, '1.9.1'))
|
||||
if (semver.gte(CONFIG.flightControllerVersion, '2.0.0'))
|
||||
MSP.send_message(MSPCodes.MSPV2_INAV_OUTPUT_MAPPING, false, false, callback);
|
||||
else {
|
||||
OUTPUT_MAPPING = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue