commented back in show_dir

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

@ -37,7 +37,7 @@ if (PICOW)
LittleFS.begin();
}
*/
void show_dir() {
int count = 0;
Dir dir = LittleFS.openDir("/");
@ -57,7 +57,7 @@ void show_dir() {
}
Serial.println(">");
}
*/
void write_jpg() {
/*

Loading…
Cancel
Save

Powered by TurnKey Linux.