HIGH CHARGE on induction matrix is now yellow not red

This commit is contained in:
Mikayla Fischler
2023-03-05 11:52:03 -05:00
parent 2a681d1d37
commit 66deabcf5d
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ local iocontrol = require("coordinator.iocontrol")
local renderer = require("coordinator.renderer")
local sounder = require("coordinator.sounder")
local COORDINATOR_VERSION = "v0.12.0"
local COORDINATOR_VERSION = "v0.12.1"
local print = util.print
local println = util.println

View File

@@ -149,7 +149,7 @@ style.imatrix = {
text = "LOW CHARGE"
},
{
color = cpair(colors.black, colors.red),
color = cpair(colors.black, colors.yellow),
text = "HIGH CHARGE"
},
}