version ok

This commit is contained in:
pgp 2021-04-16 12:00:51 +02:00
parent 0c33b024e4
commit 6a82b7695e

View file

@ -255,7 +255,8 @@ void removeDir(fs::FS &fs, const char * path){
Serial.printf("Removing Dir: %s\n", path); Serial.printf("Removing Dir: %s\n", path);
if(fs.rmdir(path)){ if(fs.rmdir(path)){
Serial.println("Dir removed"); Serial.println("Dir removed");
} else {noreply@dutchorange.org }
else {
Serial.println("rmdir failed"); Serial.println("rmdir failed");
} }
} }