mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-22 07:45:19 +03:00
Check for valid PID_ADVANCED values
This commit is contained in:
parent
ef00402976
commit
70c839eb3a
3 changed files with 62 additions and 3 deletions
|
@ -10,6 +10,7 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
|
|||
|
||||
if (GUI.active_tab != 'configuration') {
|
||||
GUI.active_tab = 'configuration';
|
||||
GUI.configuration_loaded = true;
|
||||
}
|
||||
|
||||
if (semver.lt(CONFIG.apiVersion, "1.36.0")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue