From d270123d022723b031e437e80354f36f75dfb446 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Thu, 26 Jan 2023 12:32:28 +0100 Subject: [PATCH] strip downlink function --- sketch/production.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sketch/production.cpp b/sketch/production.cpp index 8c09808..f110ec4 100644 --- a/sketch/production.cpp +++ b/sketch/production.cpp @@ -140,9 +140,6 @@ static void prepareTxFrame( uint8_t port ) void downLinkDataHandle(McpsIndication_t *mcpsIndication) { - Serial.printf("+REV DATA:%s,RXSIZE %d,PORT %d\r\n",mcpsIndication->RxSlot?"RXWIN2":"RXWIN1",mcpsIndication->BufferSize,mcpsIndication->Port); - Serial.print("+REV DATA:"); - sensor_t downlinkSensors[NUM_OF_SENSORS]; if (mcpsIndication->BufferSize != sizeof(downlinkSensors)) { @@ -169,7 +166,6 @@ void downLinkDataHandle(McpsIndication_t *mcpsIndication) } } Serial.println(); - uint32_t color=mcpsIndication->Buffer[0]<<16|mcpsIndication->Buffer[1]<<8|mcpsIndication->Buffer[2]; }