diff --git a/FC_Board/main.py b/FC_Board/main.py index 513bebd..cf68ebc 100644 --- a/FC_Board/main.py +++ b/FC_Board/main.py @@ -19,6 +19,7 @@ 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() @@ -30,10 +31,6 @@ def initial_boot(): f.listen() c.watchdog_pet() - -f = functions.functions(c) - - try: c.c_boot += 1 # Increment boot number debug_print("Boot number: " + str(c.c_boot))