We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4f2703 commit 27c14ceCopy full SHA for 27c14ce
1 file changed
main_1.py
@@ -29,7 +29,7 @@
29
sensor = machine.ADC(adcpin)
30
sock = usocket
31
SSID = 'BB'
32
-PASSWORD = '6KH1jk1mn0s'
+PASSWORD = ''
33
# SERVER_HOSTNAME = "e5d2174059b64286bd5f243dd055355a.s1.eu.hivemq.cloud:8884/mqtt"
34
35
USER = "Cuthbert"
@@ -80,4 +80,4 @@
80
except Exception as e:
81
print("An error occurred:", e)
82
client.disconnect()
83
- wlan.disconnect()
+ wlan.disconnect()
0 commit comments