Remove debug wait

This commit is contained in:
lewisxhe 2024-05-07 13:42:00 +08:00
parent 76adcbb46b
commit b63997b36f

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";