MQTT status character updated
This commit is contained in:
parent
7d60405877
commit
7ef7efbdad
2
main.lua
2
main.lua
@ -138,7 +138,7 @@ function normalOperation()
|
|||||||
-- show Mqtt status
|
-- show Mqtt status
|
||||||
if (startMqttClient ~= nil) then
|
if (startMqttClient ~= nil) then
|
||||||
if (not connectedMqtt()) then
|
if (not connectedMqtt()) then
|
||||||
rgbBuffer:set(110-4, 128,0,0)
|
rgbBuffer:set(103, 0, 64,0)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
ws2812.write(rgbBuffer)
|
ws2812.write(rgbBuffer)
|
||||||
|
Loading…
Reference in New Issue
Block a user