mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 13:25:24 +03:00
Revise some new API_VERSION constants
This commit is contained in:
parent
7d57d24107
commit
cab4d89deb
3 changed files with 3 additions and 3 deletions
|
@ -692,7 +692,7 @@ var FC = {
|
|||
getPidDefaults: function() {
|
||||
var versionPidDefaults = DEFAULT_PIDS;
|
||||
// if defaults change they should go here
|
||||
if (semver.gte(CONFIG.apiVersion, "1.43.0")) {
|
||||
if (semver.gte(CONFIG.apiVersion, API_VERSION_1_43)) {
|
||||
versionPidDefaults = [
|
||||
42, 85, 35, 23, 90,
|
||||
46, 90, 38, 25, 95,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue