From a8e95680e36327eddbf524161022fca33f8475e9 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Wed, 25 Jan 2023 01:42:57 -0300 Subject: [PATCH] first_beta_5_cleaning --- src/user_config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/user_config.h b/src/user_config.h index ac58bee..1fd3360 100644 --- a/src/user_config.h +++ b/src/user_config.h @@ -1,9 +1,9 @@ #ifndef USER_CONFIG_H_ #define USER_CONFIG_H_ -#define SRC_CALLSIGN "CD2RXU-7" // Change "NOCALL-10 to your APRS Callsign -#define DST_CALLSIGN "AP" // APRS Destination (could be also "WIDE1-1") -#define SYMBOL "[" // APRS Symbol: "[" Runner, "b" Bike, ">" Auto/Car -#define APRS_COMMENT "Lora Tracker 1W" // if you want to send any comment change the APRS_COMMENT +#define SRC_CALLSIGN "CD2RXU-7" // Change "CD2RXU-7" to your CALLSIGN-SSID you would use in APRS +#define DST_CALLSIGN "AP" // APRS Destination (could be also "WIDE1-1") +#define SYMBOL "[" // APRS Symbol: "[" Runner, "b" Bike, ">" Auto/Car +#define APRS_COMMENT "Lora Tracker 1W" // if you want to send any comment change the APRS_COMMENT // and also beacon_config.h > SendComment = true #endif \ No newline at end of file