Skip to content

Commit

Permalink
Ran thing
Browse files Browse the repository at this point in the history
  • Loading branch information
Lex-ari committed Nov 19, 2024
1 parent 9b5fb57 commit fe3e83e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions FC_Board/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ def debug_print(statement):
if c.debug:
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,6 +33,7 @@ def initial_boot():
f.listen()
c.watchdog_pet()


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

0 comments on commit fe3e83e

Please sign in to comment.