1
0
Fork 0
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:
Hydra 2017-04-22 15:13:07 +01:00 committed by Michael Keller
parent fb64fa0d61
commit 831d087aaa

View file

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