Added flash info print.
This commit is contained in:
parent
8f10cd9e8e
commit
2a2e3844dc
3 changed files with 2 additions and 0 deletions
Binary file not shown.
Binary file not shown.
|
@ -279,6 +279,8 @@ void setup()
|
||||||
Serial.flush();
|
Serial.flush();
|
||||||
delay(1000);
|
delay(1000);
|
||||||
|
|
||||||
|
Serial.println("Flash size: " + (String)ESP.getFlashChipSize());
|
||||||
|
|
||||||
Dir dir = SPIFFS.openDir("/");
|
Dir dir = SPIFFS.openDir("/");
|
||||||
Serial.println("\n\nSPIFFS directory content:");
|
Serial.println("\n\nSPIFFS directory content:");
|
||||||
while (dir.next())
|
while (dir.next())
|
||||||
|
|
Loading…
Reference in a new issue