need some enumeration time

This commit is contained in:
Adeeb Shihadeh
2026-05-06 16:01:20 -07:00
parent 8b2391827d
commit ae85fcfcec
+4
View File
@@ -94,6 +94,10 @@ class Mdma:
self.gpio(Pins.VIN_EN, True)
self.aux("on")
# give time to enumerate
if qdl:
time.sleep(1)
return boot_time
def serial(self):