From ae85fcfcecfd581c0107e04bdaf44187c63001a6 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Wed, 6 May 2026 16:01:20 -0700 Subject: [PATCH] need some enumeration time --- scripts/mdma.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/mdma.py b/scripts/mdma.py index 4b98305..156112b 100755 --- a/scripts/mdma.py +++ b/scripts/mdma.py @@ -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):