#127 adjusted annunciator rate/feed checks

This commit is contained in:
Mikayla Fischler
2022-11-17 11:20:53 -05:00
parent 6fcd18e17a
commit c93a386e74
4 changed files with 59 additions and 42 deletions

View File

@@ -17,7 +17,7 @@ local config = require("coordinator.config")
local coordinator = require("coordinator.coordinator")
local renderer = require("coordinator.renderer")
local COORDINATOR_VERSION = "alpha-v0.6.12"
local COORDINATOR_VERSION = "alpha-v0.6.13"
local print = util.print
local println = util.println