1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 00:05:22 +03:00

Merge pull request #1931 from fgiudice98/rates_type_fix

Fix rates type when switching BF version without rebooting the configurator
This commit is contained in:
Michael Keller 2020-03-23 01:43:00 +13:00 committed by GitHub
commit 6d1a4fd1d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -431,6 +431,8 @@ TABS.pid_tuning.initialize = function (callback) {
self.changeRatesType(self.currentRatesType); // update rate type code when updating the tab
} else {
self.currentRatesType = null;
self.previousRatesType = null;
$('.rates_type').hide();
}