mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-29 16:03:14 +03:00
Parsed with restyle.sh. Compile with all errors.
This commit is contained in:
@ -138,7 +138,7 @@ bool FSTools::moveFS(fs::FS & destinationFS)
|
||||
if (f) {
|
||||
sourceFileCount++;
|
||||
sourceByteTotal += f.size();
|
||||
_dumpFileInfo(f);
|
||||
//_dumpFileInfo(f);
|
||||
}
|
||||
});
|
||||
|
||||
@ -207,12 +207,12 @@ uint32_t FSTools::_getSize(const FST::layout & layout)
|
||||
}
|
||||
|
||||
|
||||
void FSTools::_dumpFileInfo(File & f)
|
||||
{
|
||||
if (f) {
|
||||
//Serial.printf_P(PSTR(" File: %-30s [%8uB]\n"), f.fullName(), f.size() );
|
||||
}
|
||||
}
|
||||
// void FSTools::_dumpFileInfo(File & f)
|
||||
// {
|
||||
// if (f) {
|
||||
// Serial.printf_P(PSTR(" File: %-30s [%8uB]\n"), f.fullName(), f.size() );
|
||||
// }
|
||||
// }
|
||||
|
||||
bool FSTools::_copyFS(FS & sourceFS, FS & destFS)
|
||||
{
|
||||
|
Reference in New Issue
Block a user