From cf6e04aa39441acf474527efb4e03e836bd05695 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Tue, 14 Mar 2023 22:57:19 -0300 Subject: [PATCH] listo --- src/Lora_1W_APRS_Tracker.cpp | 2 -- 1 file changed, 2 deletions(-) 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 } }