Skip to content

Commit 27c14ce

Browse files
authored
Update main_1.py
1 parent d4f2703 commit 27c14ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main_1.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
sensor = machine.ADC(adcpin)
3030
sock = usocket
3131
SSID = 'BB'
32-
PASSWORD = '6KH1jk1mn0s'
32+
PASSWORD = ''
3333
# SERVER_HOSTNAME = "e5d2174059b64286bd5f243dd055355a.s1.eu.hivemq.cloud:8884/mqtt"
3434

3535
USER = "Cuthbert"
@@ -80,4 +80,4 @@
8080
except Exception as e:
8181
print("An error occurred:", e)
8282
client.disconnect()
83-
wlan.disconnect()
83+
wlan.disconnect()

0 commit comments

Comments
 (0)