diff --git a/src/main.cpp b/src/main.cpp index 2a29f18..1a3115e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -255,7 +255,8 @@ void removeDir(fs::FS &fs, const char * path){ Serial.printf("Removing Dir: %s\n", path); if(fs.rmdir(path)){ Serial.println("Dir removed"); - } else {noreply@dutchorange.org + } + else { Serial.println("rmdir failed"); } }