version ok
This commit is contained in:
parent
0c33b024e4
commit
6a82b7695e
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue