diff --git a/main/lorcomm.c b/main/lorcomm.c index 90ff05c..02b189f 100644 --- a/main/lorcomm.c +++ b/main/lorcomm.c @@ -67,8 +67,8 @@ void lorcomm_handle_receive(uint8_t size) { // if the msg doesnt end in NULL it's probably already corrupt // just go ahead and terminate it - if(msg->msg[msg->length] != '\0') - msg->msg[msg->length] = '\0'; + //if(msg->msg[msg->length] != '\0') + //msg->msg[msg->length] = '\0'; ESP_LOGI(TAG, "msg (len: %d): %s", msg->length, msg->msg);