mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-18 22:05:13 +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
|
@ -43,6 +43,8 @@ function initializeSerialBackend() {
|
|||
thisElement.data("clicks", !clicks);
|
||||
};
|
||||
|
||||
GUI.configuration_loaded = false;
|
||||
|
||||
var selected_baud = parseInt($('div#port-picker #baud').val());
|
||||
var selected_port = $('div#port-picker #port option:selected').data().isManual ?
|
||||
$('#port-override').val() :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue