Imrpoved web copying

- better output
- fixed default ssids.json
- auto replace of old website when the version number is different
- saved RAM by putting spiffs file names in progmem
- updated web converter
This commit is contained in:
Stefan Kremser
2018-03-25 11:29:28 +02:00
parent c388a61e96
commit b39fd87191
7 changed files with 54 additions and 42 deletions

View File

@@ -711,8 +711,9 @@ void SerialInterface::runCommand(String input) {
// ===== FORMAT ==== //
// format
else if (eqlsCMD(0, CLI_FORMAT)) {
prnt(CLI_FORMATTING_SPIFFS);
SPIFFS.format();
prntln(CLI_CLEARED_SPIFFS);
prntln(SETUP_OK);
}
// ===== DELETE ==== //