From eaf792731b66cd4a4524ee03fda08d66b471c3e9 Mon Sep 17 00:00:00 2001 From: Rysiek Labus Date: Fri, 5 Mar 2021 20:51:23 +0100 Subject: [PATCH] Update TTGO_T-Beam_LoRa_APRS_config.h --- src/TTGO_T-Beam_LoRa_APRS_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TTGO_T-Beam_LoRa_APRS_config.h b/src/TTGO_T-Beam_LoRa_APRS_config.h index fecc6ba..f440773 100644 --- a/src/TTGO_T-Beam_LoRa_APRS_config.h +++ b/src/TTGO_T-Beam_LoRa_APRS_config.h @@ -8,7 +8,7 @@ // USER DATA - USE THESE LINES TO MODIFY YOUR PREFERENCES #define KISS_PROTOCOL // If enabled send and receive data in SIMPLE KISS format to serial port #define CALLSIGN "NOCALL-0" // enter your callsign here - less then 6 letter callsigns please add "spaces" so total length is 6 (without SSID) -#define DIGI_PATH "WIDE1-1" // one hope please (WIDE1-1) +#define DIGI_PATH "ECHO" // one hope, please use simple ECHO alias #define FIXED_BEACON_EN // allows cyclic sending of a bicon when GPS is turned off #define LATIDUDE_PRESET "0000.00N" // please in APRS notation: DDMM.mmN or DDMM.mmS (used for manual or fixed beacon sending) #define LONGITUDE_PRESET "00000.00E" // please in APRS notation: DDDMM.mmE or DDDMM.mmW (used for manual or fixed beacon sending)