Added flash info print.

This commit is contained in:
Kai Lauterbach 2023-05-03 16:21:45 +02:00
parent 8f10cd9e8e
commit 2a2e3844dc
3 changed files with 2 additions and 0 deletions

Binary file not shown.

View file

@ -279,6 +279,8 @@ void setup()
Serial.flush();
delay(1000);
Serial.println("Flash size: " + (String)ESP.getFlashChipSize());
Dir dir = SPIFFS.openDir("/");
Serial.println("\n\nSPIFFS directory content:");
while (dir.next())