From 85ca1e78d2d962093d6b17f6b170c7933d395e2c Mon Sep 17 00:00:00 2001 From: Wolfgang Date: Wed, 22 Jan 2020 23:48:56 +0100 Subject: [PATCH 1/2] bugfix: in mode WX_FIXED - write wxTcall on display --- src/TTGO_T-Beam_LoRa_APRS.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/TTGO_T-Beam_LoRa_APRS.ino b/src/TTGO_T-Beam_LoRa_APRS.ino index 1222f02..d3c15b8 100644 --- a/src/TTGO_T-Beam_LoRa_APRS.ino +++ b/src/TTGO_T-Beam_LoRa_APRS.ino @@ -585,9 +585,9 @@ void loop() { } } else { // ab hier WX_FIXED code if (hum_temp) { - writedisplaytext(" "+Tcall,"Time to TX: "+String(((lastTX+nextTX)-millis())/1000)+"sec","LAT: "+LatShown,"LON: "+LongShown,"SPD: --- CRS: ---","BAT: "+String(BattVolts,1)+" HUM: "+String(hum,1),0); + writedisplaytext(" "+wxTcall,"Time to TX: "+String(((lastTX+nextTX)-millis())/1000)+"sec","LAT: "+LatShown,"LON: "+LongShown,"SPD: --- CRS: ---","BAT: "+String(BattVolts,1)+" HUM: "+String(hum,1),0); } else { - writedisplaytext(" "+Tcall,"Time to TX: "+String(((lastTX+nextTX)-millis())/1000)+"sec","LAT: "+LatShown,"LON: "+LongShown,"SPD: --- CRS: ---","SAT: --- TEMP: "+String(temp,1),0); + writedisplaytext(" "+wxTcall,"Time to TX: "+String(((lastTX+nextTX)-millis())/1000)+"sec","LAT: "+LatShown,"LON: "+LongShown,"SPD: --- CRS: ---","SAT: --- TEMP: "+String(temp,1),0); } } } From b4346413237f230bfc6ec1e59802f0bc2ccd16b3 Mon Sep 17 00:00:00 2001 From: Christian OE3CJB Bauer Date: Wed, 19 Feb 2020 11:21:28 +0100 Subject: [PATCH 2/2] readme updated --- README.md | 1 + platformio.ini | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b78c547..4baa631 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Now two possibilities are implemented:
in case of shorter callsign use "SPACES" and extend up to total length of 6 characters
2nd) if you leave the config-file unchanged, you will run into a simple setup routine at the very first boot and you will be asked to enter your callsign and SSID(s).
Once the callsign is programmed you can reenter the programming mode by pressing the BUTTON for 5secs while switching on the tracker.
+When you uncomment this line // #define DONT_USE_FLASH_MEMORY in TTGO_T-Beam_LoRa_APRS_config.h then the FW will always use the values from the config-file

The MODE of the tracker can now be changed by pressing the button 10secs!
This can be done now without connected display but with a mounted TX LED.
diff --git a/platformio.ini b/platformio.ini index 72ed273..2daa1fd 100644 --- a/platformio.ini +++ b/platformio.ini @@ -14,4 +14,6 @@ board = heltec_wifi_lora_32 framework = arduino ; Custom Serial Monitor speed (baud rate) -monitor_speed = 115200 \ No newline at end of file +monitor_speed = 115200 + +; lib_deps = Adafruit GFX Library@1.6.1, Adafruit Unified Sensor@1.0.3, Adafruit SSD1306@2.0.2, AXP202X_Library@1.0.1, DallasTemperature@3.8.0, DHT sensor library for ESPx@1.17, OneWire@2.3.5, TinyGPSPlus@1.0.2