From f217e3f96a5babb33a0b6e357cb7e8389472dca2 Mon Sep 17 00:00:00 2001 From: Rysiek Labus Date: Wed, 17 Feb 2021 07:52:42 +0100 Subject: [PATCH] small fix --- src/TTGO_T-Beam_LoRa_APRS.ino | 4 ++-- src/TTGO_T-Beam_LoRa_APRS_config.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/TTGO_T-Beam_LoRa_APRS.ino b/src/TTGO_T-Beam_LoRa_APRS.ino index 042d886..1f493e1 100644 --- a/src/TTGO_T-Beam_LoRa_APRS.ino +++ b/src/TTGO_T-Beam_LoRa_APRS.ino @@ -204,9 +204,9 @@ void prepareAPRSFrame(){ outString += Talt; #endif }else{ - outString += aprsLonPreset; - outString += aprsSymbolTable; outString += aprsLatPreset; + outString += aprsSymbolTable; + outString += aprsLonPreset; outString += aprsSymbol; } outString += aprsComment; diff --git a/src/TTGO_T-Beam_LoRa_APRS_config.h b/src/TTGO_T-Beam_LoRa_APRS_config.h index 77704a0..fbc9203 100644 --- a/src/TTGO_T-Beam_LoRa_APRS_config.h +++ b/src/TTGO_T-Beam_LoRa_APRS_config.h @@ -14,7 +14,7 @@ #define LONGITUDE_PRESET "02055.59E" // please in APRS notation: DDDMM.mmE or DDDMM.mmW (used for manual or fixed beacon sending) #define APRS_SYMBOL_TABLE "/" #define APRS_SYMBOL "[" // other symbols are: "[" => RUNNER, "b" => BICYCLE, "<" => MOTORCYCLE, "R" => Recreation Vehicle -#define MY_COMMENT "LoRa tracker" // add your coment here - if empty then no comment is sent +#define MY_COMMENT "Lora Tracker" // add your coment here - if empty then no comment is sent //#define SHOW_ALT // send Altitude in frame #define SHOW_BATT // send battery voltage at the end of comment (we need beggining for QSY message format) #define SHOW_RX_PACKET // uncomment to show received LoRa APS packets for the time given below