mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 01:05:15 +03:00
Merge pull request #2626 from mikeller/remove_repetitive_logging
Removed repetitive logging on slider move.
This commit is contained in:
commit
1315fa57cf
1 changed files with 1 additions and 1 deletions
|
@ -1484,7 +1484,7 @@ MspHelper.prototype.process_data = function(dataHandler) {
|
|||
break;
|
||||
|
||||
case MSPCodes.MSP_SET_TUNING_SLIDERS:
|
||||
console.log("Tuning Sliders data sent");
|
||||
// This is done in a loop whenever the sliders are moved. Avoid logging to optimise the performance.
|
||||
break;
|
||||
|
||||
case MSPCodes.MSP_TUNING_SLIDERS:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue