Added comment
This commit is contained in:
parent
2a2e3844dc
commit
3aabfcd58e
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ void setup()
|
|||
Serial.flush();
|
||||
delay(1000);
|
||||
|
||||
Serial.println("Flash size: " + (String)ESP.getFlashChipSize());
|
||||
//Serial.println("Flash size: " + (String)ESP.getFlashChipSize());
|
||||
|
||||
Dir dir = SPIFFS.openDir("/");
|
||||
Serial.println("\n\nSPIFFS directory content:");
|
||||
|
|
Loading…
Reference in a new issue