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 <dl9sau@darc.de>
pull/7/head
Thomas Osterried 2022-11-04 06:34:07 +01:00
rodzic 48fcc174d1
commit 57530319d9
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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") {