Skip to content

Commit

Permalink
Make Main.py Pretty (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lex-ari authored Nov 19, 2024
1 parent a14202d commit 3e8050b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FC_Board/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ def debug_print(statement):
print(co(str(c.uptime) + "[MAIN]" + str(statement), "blue", "bold"))


f = functions.functions(c)


def initial_boot():
c.watchdog_pet()
f.beacon()
Expand All @@ -31,9 +34,6 @@ def initial_boot():
c.watchdog_pet()


f = functions.functions(c)


try:
c.c_boot += 1 # Increment boot number
debug_print("Boot number: " + str(c.c_boot))
Expand Down

0 comments on commit 3e8050b

Please sign in to comment.