mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-21 23:35:22 +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:
parent
b5c4eba38b
commit
84002abcc9
1 changed files with 2 additions and 0 deletions
|
@ -431,6 +431,8 @@ TABS.pid_tuning.initialize = function (callback) {
|
||||||
self.changeRatesType(self.currentRatesType); // update rate type code when updating the tab
|
self.changeRatesType(self.currentRatesType); // update rate type code when updating the tab
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
self.currentRatesType = null;
|
||||||
|
self.previousRatesType = null;
|
||||||
$('.rates_type').hide();
|
$('.rates_type').hide();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue