Fixed issue in stopping operations if hash does not match

This commit is contained in:
cecio
2023-06-11 22:04:05 +02:00
parent c4b914f458
commit d97b34c372

View File

@@ -155,8 +155,6 @@ void setup() {
usb_msc.setReadyCallback(msc_ready_callback);
#endif
usb_msc.begin();
// Screen Init
Wire.begin();
Wire.setClock(400000L);
@@ -187,6 +185,8 @@ void setup() {
delay(1000); // Loop forever
}
}
usb_msc.begin();
}
// Core 1 Setup: will be used for the USB host functions for BADUSB detector