From 57530319d9e41936f678bceb5d2218c5d14967c0 Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Fri, 4 Nov 2022 06:34:07 +0100 Subject: [PATCH] This is a commit that needs testing Migrated Thomas dl3el's patches for SPIFFS preferences.cfg. taskTNC can initiate the storage of preferences.cfg file, and can show the runing config. In taskWebserver we now do anti-idle on the connection. Signed-off-by: Thomas Osterried --- 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 a4a7da5..5da1667 100644 --- a/src/TTGO_T-Beam_LoRa_APRS.ino +++ b/src/TTGO_T-Beam_LoRa_APRS.ino @@ -2168,7 +2168,7 @@ void setup() writedisplaytext("LoRa-APRS","by DL9SAU & DL3EL","Build:" + buildnr,"Hello de " + Tcall,"For Factory Reset:"," press middle Button"); Serial.println("LoRa-APRS by DL9SAU & DL3EL Build:" + buildnr); - Serial.println("Time used since start: (-2000ms delay)" + String(millis()-t_setup_entered-2000)); + Serial.println("Time used since start (-2000ms delay): " + String(millis()-t_setup_entered-2000)); delay(2000); #ifdef ENABLE_PREFERENCES @@ -3194,7 +3194,7 @@ void handle_usb_serial_input(void) { Serial.println("*** show_preferenes:"); refill_preferences_as_jsonData(); Serial.println(preferences_as_jsonData); - Serial.printf("\r\n***\r\n"); + Serial.printf("n***\r\n"); inputBuf = ""; return; } else if (cmd == "preferences") {