[Issue #3] - Fixing small linter issue
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -289,6 +289,7 @@ def panic(err=None):
|
|||||||
led.toggle()
|
led.toggle()
|
||||||
time.sleep(0.1)
|
time.sleep(0.1)
|
||||||
|
|
||||||
|
|
||||||
# -------------------------------------------------------------
|
# -------------------------------------------------------------
|
||||||
# Main Execution Loop
|
# Main Execution Loop
|
||||||
# -------------------------------------------------------------
|
# -------------------------------------------------------------
|
||||||
@@ -339,7 +340,7 @@ def main():
|
|||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
# Allow 3.3V power rails and I2C registers to settle on cold boot
|
# Allow 3.3V power rails and I2C registers to settle on cold boot
|
||||||
time.sleep(2)
|
time.sleep(2)
|
||||||
|
|
||||||
# Indicate startup has begun
|
# Indicate startup has begun
|
||||||
Pin("LED", Pin.OUT).on()
|
Pin("LED", Pin.OUT).on()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user