rectangle fix and RCS annunciator cleanup

This commit is contained in:
Mikayla Fischler
2023-04-09 12:56:18 -04:00
parent 5b1f304467
commit 6e95755db4
3 changed files with 5 additions and 5 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.4"
local COORDINATOR_VERSION = "v0.12.5"
local print = util.print
local println = util.println