@@ -118,6 +118,7 @@ func setupMQTT() *mqtt.ClientOptions {
opts.SetUsername(os.Getenv("MQTTUSER"))
opts.SetPassword(os.Getenv("MQTTPASSWORD"))
opts.SetClientID("rgbboard")
opts.SetAutoReconnect(true)
return opts
}
The note is not visible to the blocked user.