We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aaa0d6d + 80d7928 commit e0a5474Copy full SHA for e0a5474
1 file changed
tutorials/ready_to_range.py
@@ -42,7 +42,7 @@ def setup(self):
42
# do the same for the destination.
43
self.pozyx.setLedConfig(led_config, self.destination_id)
44
# set the ranging protocol
45
- self.pozyx.setRangingProtocol(self.protocol)
+ self.pozyx.setRangingProtocol(self.protocol, self.remote_id)
46
47
def loop(self):
48
"""Performs ranging and sets the LEDs accordingly"""
0 commit comments