Skip to content

Commit 20c4784

Browse files
committed
Wait 2.5seconds after reconnect before printing
1 parent f5c2c93 commit 20c4784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/provisioning/tinyusb/Wippersnapper_FS.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ bool Wippersnapper_FS::WriteFileConfig() {
477477
delay(500);
478478
InitUsbMsc();
479479
WS_PRINTER.flush();
480-
delay(500);
480+
delay(2500);
481481
WS_PRINTER.println("Config file written to flash!"); // List current config / components and periods
482482
WsV2._i2c_controller->PrintAllDrivers();
483483
return true;

0 commit comments

Comments
 (0)