first_beta_5_cleaning

This commit is contained in:
richonguzman 2023-01-25 01:42:57 -03:00
parent 380600798b
commit a8e95680e3
1 changed files with 4 additions and 4 deletions

View File

@ -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