mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 06:15:13 +03:00
CF/BF - Remove console log regarding MSP_DISPLAYPORT.
This commit is contained in:
parent
fb64fa0d61
commit
831d087aaa
1 changed files with 0 additions and 1 deletions
|
@ -464,7 +464,6 @@ MspHelper.prototype.process_data = function(dataHandler) {
|
|||
SENSOR_ALIGNMENT.align_mag = data.readU8();
|
||||
break;
|
||||
case MSPCodes.MSP_DISPLAYPORT:
|
||||
console.log('Received \'MSP_DISPLAYPORT\' message, ignored.');
|
||||
break;
|
||||
case MSPCodes.MSP_SET_RAW_RC:
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue