mirror of
https://github.com/cecio/USBvalve.git
synced 2025-12-07 21:24:59 +00:00
Fixed issue in stopping operations if hash does not match
This commit is contained in:
@@ -155,8 +155,6 @@ void setup() {
|
|||||||
usb_msc.setReadyCallback(msc_ready_callback);
|
usb_msc.setReadyCallback(msc_ready_callback);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
usb_msc.begin();
|
|
||||||
|
|
||||||
// Screen Init
|
// Screen Init
|
||||||
Wire.begin();
|
Wire.begin();
|
||||||
Wire.setClock(400000L);
|
Wire.setClock(400000L);
|
||||||
@@ -187,6 +185,8 @@ void setup() {
|
|||||||
delay(1000); // Loop forever
|
delay(1000); // Loop forever
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
usb_msc.begin();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Core 1 Setup: will be used for the USB host functions for BADUSB detector
|
// Core 1 Setup: will be used for the USB host functions for BADUSB detector
|
||||||
|
|||||||
Reference in New Issue
Block a user