diff --git a/main.py b/main.py index b774e73..9cba5e7 100644 --- a/main.py +++ b/main.py @@ -289,6 +289,7 @@ def panic(err=None): led.toggle() time.sleep(0.1) + # ------------------------------------------------------------- # Main Execution Loop # ------------------------------------------------------------- @@ -339,7 +340,7 @@ def main(): if __name__ == "__main__": # Allow 3.3V power rails and I2C registers to settle on cold boot time.sleep(2) - + # Indicate startup has begun Pin("LED", Pin.OUT).on()