Refactor MQTT client initialization to use a variable
This commit is contained in:
parent
fe39f982ea
commit
b8b2c558b1
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
mqtt.client("100", "mqtt.leizoour.fr", 8883, true)
|
||||
client = mqtt.client("100", "mqtt.leizoour.fr", 8883, true)
|
||||
client:connect("student", "O99Rq8$F12NXzhL5caya")
|
||||
|
||||
-- CLK (clock) : D19
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue