1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-15 04:15:28 +03:00

v 1.5 removed

This commit is contained in:
Pawel Spychalski (DzikuVx) 2019-01-15 17:21:24 +01:00
parent e308708f7c
commit 0958b45dad
8 changed files with 55 additions and 109 deletions

View file

@ -15,9 +15,7 @@ helper.task = (function () {
publicScope.statusPullStart = function () {
helper.interval.add('status_pull', function () {
MSP.send_message(MSPCodes.MSP_STATUS, false, false, function () {
if (semver.gte(CONFIG.flightControllerVersion, "1.5.0")) {
MSP.send_message(MSPCodes.MSP_SENSOR_STATUS);
}
MSP.send_message(MSPCodes.MSP_SENSOR_STATUS);
});
}, privateScope.getStatusPullInterval(), true);