Skip to content

Commit 4ceb7df

Browse files
authored
Merge branch 'main' into ground_staiton
2 parents 491e780 + 2ef18a0 commit 4ceb7df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/flight-software/main.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,10 @@ def nominal_power_loop():
197197

198198
cdh.listen_for_commands(10)
199199

200+
beacon.send()
201+
202+
cdh.listen_for_commands(config.sleep_duration)
203+
200204
try:
201205
logger.info("Entering main loop")
202206
while True:

0 commit comments

Comments
 (0)