From 7283af409ec884ca3f888d34f207a565bfe96a51 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Tue, 21 Feb 2023 21:00:56 -0300 Subject: [PATCH] gate reading messages --- src/Lora_APRS_iGate_DIY.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Lora_APRS_iGate_DIY.cpp b/src/Lora_APRS_iGate_DIY.cpp index f7ab5f1..32b27d0 100644 --- a/src/Lora_APRS_iGate_DIY.cpp +++ b/src/Lora_APRS_iGate_DIY.cpp @@ -131,7 +131,8 @@ void APRS_connect(){ } else { Serial.println("Connected with server: " + String(SERVER) + " APRSPORT: " + String(APRSPORT)); - aprsauth = "user " + iGate_Callsign + " pass " + passcode_igate + " vers " + "ESP32_TEST" + " " + "0.2" + " filter " + "r/-33.034/-70.573/200" + "\n\r"; //info igate + //aprsauth = "user " + iGate_Callsign + " pass " + passcode_igate + " vers " + "ESP32_TEST" + " " + "0.2" + " filter " + "r/-33.034/-70.573/50 t/ms" + "\n\r"; //info igate + aprsauth = "user " + iGate_Callsign + " pass " + passcode_igate + " vers " + "ESP32_TEST" + " " + "0.2" + " filter " + "t/poms/CD2RXU-10/50" + "\n\r"; //info igate espClient.write(aprsauth.c_str()); delay(200); }