From 63be6459348dfc0ad87cc252d5ab4c94f88a7184 Mon Sep 17 00:00:00 2001 From: Pawel Jalocha Date: Wed, 6 Jan 2021 17:38:07 +0000 Subject: [PATCH] Debug print for the LoRaWAN received packet --- main/rf.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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