mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2025-12-23 15:10:06 +01:00
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:
@@ -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 ==== //
|
||||
|
||||
Reference in New Issue
Block a user