We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da3a106 commit f6465a1Copy full SHA for f6465a1
src/flight-software/main.py
@@ -27,7 +27,7 @@
27
boot_time: float = time.time()
28
29
cube_ids = ["Listener1", "Listener2", "Listener3"]
30
-my_cubesat_id = "MainSat"
+my_cubesat_id = "Listener1"
31
32
rtc = MicrocontrollerManager()
33
@@ -220,7 +220,7 @@ def listener_nominal_power_loop():
220
logger.info("Entering main loop")
221
while True:
222
# TODO(nateinaction): Modify behavior based on power state
223
- nominal_power_loop()
+ listener_nominal_power_loop()
224
225
except Exception as e:
226
logger.critical("Critical in Main Loop", e)
0 commit comments