#186 fixed manifest size in install_manifest.json, fixed unit display not connected prompt, added message about bad cooling config

This commit is contained in:
Mikayla Fischler
2023-03-02 22:29:50 -05:00
parent 58cf383c91
commit 11115633cf
4 changed files with 15 additions and 7 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.11.8"
local COORDINATOR_VERSION = "v0.11.9"
local print = util.print
local println = util.println