mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 12:55:14 +03:00
Support changing PID controller in the GUI.
This commit is contained in:
parent
e94e24f83a
commit
35200e5a36
10 changed files with 128 additions and 14 deletions
|
@ -171,6 +171,8 @@ function onOpen(openInfo) {
|
|||
GUI.allowedTabs.splice(GUI.allowedTabs.indexOf('led_strip'), 1);
|
||||
}
|
||||
|
||||
GUI.canChangePidController = CONFIG.apiVersion >= CONFIGURATOR.pidControllerChangeMinApiVersion;
|
||||
|
||||
onConnect();
|
||||
|
||||
$('#tabs ul.mode-connected .tab_setup a').click();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue