diff --git a/micropython/examples/badger2040w/lib/badger2040w.py b/micropython/examples/badger2040w/lib/badger2040w.py index 3b763092..7c2057e1 100644 --- a/micropython/examples/badger2040w/lib/badger2040w.py +++ b/micropython/examples/badger2040w/lib/badger2040w.py @@ -119,6 +119,7 @@ class Badger2040W(): raise RuntimeError("Thickness not supported in PicoGraphics.") def halt(self): + time.sleep(0.05) enable = machine.Pin(ENABLE_3V3, machine.Pin.OUT) enable.off() while not self.pressed_any():