1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-19 14:25:14 +03:00

modify the version to 1.42.0

This commit is contained in:
jerryxin123 2019-04-19 22:37:06 +08:00
parent 406932ce48
commit 896916e8b8

View file

@ -642,7 +642,7 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
serialRXtypes.push('FrSky FPort');
}
if (semver.gte(CONFIG.apiVersion, "1.41.0")) {
if (semver.gte(CONFIG.apiVersion, "1.42.0")) {
serialRXtypes.push('DJI_HDL_7MS');
}