mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-21 07:15:15 +03:00
Added warning when flashing unstable firmware.
This commit is contained in:
parent
4eda5f852f
commit
c8ee46f45c
6 changed files with 187 additions and 86 deletions
|
@ -1145,7 +1145,7 @@ TABS.pid_tuning.initialize = function (callback) {
|
|||
showAllPids();
|
||||
updatePidDisplay();
|
||||
|
||||
showAllButton.on('click', function(){
|
||||
showAllButton.on('click', function() {
|
||||
self.showAllPids = !self.showAllPids;
|
||||
|
||||
updatePidDisplay();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue