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.
1 parent 810269e commit 7586824Copy full SHA for 7586824
main.py
@@ -7,8 +7,8 @@
7
password="<your wifi password>"
8
username="<your username>"
9
secrete_key="<active key>"
10
-read_obj_name="<led block name>"
11
-write_obj_name="<text block name>"
+read_obj_name="<led block title>"
+write_obj_name="<text block title>"
12
wlan=WLAN(STA_IF)
13
wlan.active(True)
14
0 commit comments