#185 disable auto mode changing if auto mode is active regardless of assignment

This commit is contained in:
Mikayla Fischler
2023-03-01 22:37:28 -05:00
parent 3f15ae6b6f
commit 58cf383c91
3 changed files with 9 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.7"
local COORDINATOR_VERSION = "v0.11.8"
local print = util.print
local println = util.println