1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-19 06:15:13 +03:00

Merge pull request #1981 from Asizon/fixResetToCustomDefaultsDialog

This commit is contained in:
Michael Keller 2020-04-26 17:11:19 +12:00 committed by GitHub
commit 433fe20ab4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -156,6 +156,9 @@ function finishClose(finishedCallback) {
connectedTime = undefined;
}
// close reset to custom defaults dialog
$('#dialogResetToCustomDefaults-cancelbtn').click();
analytics.resetFlightControllerData();
serial.disconnect(onClosed);