Skip to content

Commit

Permalink
Update functions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikefly123 committed Nov 19, 2024
1 parent 578c42c commit a14202d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FC_Board/lib/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def listen(self):
try:
self.debug_print("Listening")
self.cubesat.radio1.receive_timeout = 10
received = self.cubesat.radio1.receive_with_ack(keep_listening=True)
received = self.cubesat.radio1.receive(keep_listening=True)
except Exception as e:
self.debug_print(
"An Error has occured while listening: "
Expand Down

0 comments on commit a14202d

Please sign in to comment.