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

Fix rates type...

...when changing from BF 4.2 to BF<=4.1.x without rebooting the configurator
This commit is contained in:
fgiudice98 2020-03-21 11:59:02 +01:00
parent b5c4eba38b
commit 84002abcc9

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();
}