From 162981eb7195bff959f177c392062b7ba3b51e0e Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Sun, 6 Sep 2026 01:24:26 -0400 Subject: [PATCH] [Issue #3] - Fixing small linter issue --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index b774e73..1550aba 100644 --- a/main.py +++ b/main.py @@ -339,7 +339,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()