Compare commits

...

2 commits

Author SHA1 Message Date
Kai Lauterbach 3aabfcd58e Added comment 2023-05-03 16:40:39 +02:00
Kai Lauterbach 2a2e3844dc Added flash info print. 2023-05-03 16:21:45 +02:00
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())