Remove debug wait

This commit is contained in:
lewisxhe
2024-05-07 16:20:43 +02:00
committed by Thomas Göttgens
co-authored by Thomas Göttgens
parent 8886d2df55
commit 8e7ede16ef
-1
View File
@@ -211,7 +211,6 @@ bool fsCheck()
size_t write_size = 0;
size_t read_size = 0;
char buf[32] = {0};
while (!Serial);
Adafruit_LittleFS_Namespace::File file(FSCom);
const char *text = "meshtastic fs test";