diff --git a/src/Lora_1W_APRS_Tracker.cpp b/src/Lora_1W_APRS_Tracker.cpp index a1f9598..e7e8a17 100644 --- a/src/Lora_1W_APRS_Tracker.cpp +++ b/src/Lora_1W_APRS_Tracker.cpp @@ -260,8 +260,6 @@ void loop() { if (lastCommentTx >= txCommentInterval) { AprsPacketMsg += AprsComment; lastCommentTxTime = millis(); - } else { - AprsPacketMsg += mensaje_test; //esto es solo para validar giro distancia y otras cosas } }