We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad3b4da + a93844a commit 02ea36fCopy full SHA for 02ea36f
examples/aideck/fpv.py
@@ -68,7 +68,11 @@
68
69
logging.basicConfig(level=logging.INFO)
70
71
-URI = uri_helper.uri_from_env(default='radio://0/80/2M/E7E7E7E7E7')
+# If you have set a CFLIB_URI environment variable, that address will be used.
72
+URI = uri_helper.uri_from_env(default='tcp://192.168.4.1:5000')
73
+# 192.168.4.1 is the default IP address if the aideck is Access point.
74
+# If you are using the aideck as a station, you should use the assigned IP address
75
+# 5000 is the default port for the aideck
76
77
CAM_HEIGHT = 244
78
CAM_WIDTH = 324
0 commit comments