diff --git a/pps_ws/src/d_fall_pps/crazyradio/CrazyRadio.py b/pps_ws/src/d_fall_pps/crazyradio/CrazyRadio.py index 54986be4b471be4d7848e011ce00fa7758a0b79b..4d00d115dc5f1f3b50ead4c9adfd1a2fba1e6bcf 100755 --- a/pps_ws/src/d_fall_pps/crazyradio/CrazyRadio.py +++ b/pps_ws/src/d_fall_pps/crazyradio/CrazyRadio.py @@ -84,7 +84,7 @@ class PPSRadioClient: # Connect to the Crazyflie print "Connecting to %s" % link_uri - # self.connect(); + self.connect(); def connect(self): self.status = CONNECTING