changed show_dir to 2

pull/182/head
alanbjohnston 3 years ago committed by GitHub
parent b623059d34
commit a0ee24bd7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -59,7 +59,7 @@ if (PICOW)
LittleFS.begin();
}
*/
void show_dir() {
void show_dir2() {
int count = 0;
Dir dir = LittleFS.openDir("/");
// or Dir dir = LittleFS.openDir("/data");
@ -105,7 +105,7 @@ void write_jpg() {
} else
Serial.println("Not a JPEG");
show_dir();
show_dir2();
/*
delay(2000);

Loading…
Cancel
Save

Powered by TurnKey Linux.