mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-25 09:15:42 +03:00
v 1.5 removed
This commit is contained in:
parent
e308708f7c
commit
0958b45dad
8 changed files with 55 additions and 109 deletions
|
@ -119,9 +119,7 @@ helper.periodicStatusUpdater = (function () {
|
|||
return;
|
||||
}
|
||||
|
||||
if (semver.gte(CONFIG.flightControllerVersion, "1.5.0")) {
|
||||
MSP.send_message(MSPCodes.MSP_SENSOR_STATUS, false, false);
|
||||
}
|
||||
MSP.send_message(MSPCodes.MSP_SENSOR_STATUS, false, false);
|
||||
|
||||
if (semver.gte(CONFIG.flightControllerVersion, "2.0.0")) {
|
||||
MSP.send_message(MSPCodes.MSPV2_INAV_STATUS, false, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue