We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c2c93 commit 20c4784Copy full SHA for 20c4784
src/provisioning/tinyusb/Wippersnapper_FS.cpp
@@ -477,7 +477,7 @@ bool Wippersnapper_FS::WriteFileConfig() {
477
delay(500);
478
InitUsbMsc();
479
WS_PRINTER.flush();
480
- delay(500);
+ delay(2500);
481
WS_PRINTER.println("Config file written to flash!"); // List current config / components and periods
482
WsV2._i2c_controller->PrintAllDrivers();
483
return true;
0 commit comments