Skip to content

Commit f6465a1

Browse files
committed
made it listener
1 parent da3a106 commit f6465a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/flight-software/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
boot_time: float = time.time()
2828

2929
cube_ids = ["Listener1", "Listener2", "Listener3"]
30-
my_cubesat_id = "MainSat"
30+
my_cubesat_id = "Listener1"
3131

3232
rtc = MicrocontrollerManager()
3333

@@ -220,7 +220,7 @@ def listener_nominal_power_loop():
220220
logger.info("Entering main loop")
221221
while True:
222222
# TODO(nateinaction): Modify behavior based on power state
223-
nominal_power_loop()
223+
listener_nominal_power_loop()
224224

225225
except Exception as e:
226226
logger.critical("Critical in Main Loop", e)

0 commit comments

Comments
 (0)