mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 06:15:13 +03:00
Fix custom defaults dialog
This commit is contained in:
parent
f9235b54f7
commit
80c94baedf
1 changed files with 3 additions and 0 deletions
|
@ -156,6 +156,9 @@ function finishClose(finishedCallback) {
|
|||
|
||||
connectedTime = undefined;
|
||||
}
|
||||
// close reset to custom defaults dialog
|
||||
$('#dialogResetToCustomDefaults-cancelbtn').click();
|
||||
|
||||
analytics.resetFlightControllerData();
|
||||
|
||||
serial.disconnect(onClosed);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue