1
0
Fork 0
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:
mikeller 2020-03-19 00:49:48 +13:00
parent 4eda5f852f
commit c8ee46f45c
6 changed files with 187 additions and 86 deletions

View file

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