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 09:14:30 +01:00
rodzic 6c6297afba
commit 6890ec9114
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -729,7 +729,7 @@
<div>
General<br>
<ul>
<li>There could be two files: wifi.cfg and preferences.cfg. You find them are in sources tree in the directory "data/". </li>
<li>There could be two files: wifi.cfg and preferences.cfg. You find them in sources tree, below the directory "data/". </li>
<li>Each file should not exceed 2560 bytes.</li>
<li>To upload both files to SPIFFS of your board, you have to do this via Upload File System image in PlatformIO!</li>
<li>To find the 'Upload File System image' click the PlatformIO symbol (the little alien) on the left side, choose your configuration, click on 'Platform' and search for 'Upload File System image'. If you use platformio-cli, upload the filesystem as described below.</li>