mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 21:05:30 +03:00
Removed repetitive logging on slider move.
This commit is contained in:
parent
bd2640b2af
commit
f98c2966c7
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