diff --git a/main.lua b/main.lua index eb73ea3..026f881 100644 --- a/main.lua +++ b/main.lua @@ -138,7 +138,7 @@ function normalOperation() -- show Mqtt status if (startMqttClient ~= nil) then if (not connectedMqtt()) then - rgbBuffer:set(110-4, 128,0,0) + rgbBuffer:set(103, 0, 64,0) end end ws2812.write(rgbBuffer)