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:
parent
406932ce48
commit
896916e8b8
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue