diff --git a/main/rf.cpp b/main/rf.cpp index 05740ac..e7c5098 100644 --- a/main/rf.cpp +++ b/main/rf.cpp @@ -328,8 +328,10 @@ extern "C" if(RxLen>0) // if Downlink data received { xSemaphoreTake(CONS_Mutex, portMAX_DELAY); Format_String(CONS_UART_Write, "LoRaWAN Msg: "); - Format_UnsDec(CONS_UART_Write, (uint16_t)RxLen); - Format_String(CONS_UART_Write, "B"); + // Format_UnsDec(CONS_UART_Write, (uint16_t)RxLen); + // Format_String(CONS_UART_Write, "B"); + for(int Idx=0; Idx