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:
commit
6d1a4fd1d0
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
|
||||
|
||||
} else {
|
||||
self.currentRatesType = null;
|
||||
self.previousRatesType = null;
|
||||
$('.rates_type').hide();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue