Skip to content

Commit

Permalink
May 16, 2024, 11:10 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
frohro committed May 16, 2024
1 parent bac0293 commit ddc52c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Quisk_Files/quisk_conf_sdr-trx_UDP_16bit.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,9 @@ def establish_connection(self):
# if data == self.broadcast_message:
self.isConnected = True
except socket.error:
if self.PICO_UDP_IP is not None:
break # Exit the loop if self.PICO_UDP_IP is not None
pass # No data available yet
if self.PICO_UDP_IP is not None:
break # Exit the loop if self.PICO_UDP_IP is not None

def GetRxSamples(self):
# Initialize packet counter and time marker
Expand Down

0 comments on commit ddc52c7

Please sign in to comment.