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(); LittleFS.begin();
} }
*/
void show_dir() { void show_dir() {
int count = 0; int count = 0;
Dir dir = LittleFS.openDir("/"); Dir dir = LittleFS.openDir("/");
@ -57,7 +57,7 @@ void show_dir() {
} }
Serial.println(">"); Serial.println(">");
} }
*/
void write_jpg() { void write_jpg() {
/* /*

Loading…
Cancel
Save

Powered by TurnKey Linux.