#280 moved alarm sounder logic to supervisor and tone control to common

This commit is contained in:
Mikayla Fischler
2023-07-26 20:48:11 -04:00
parent 7bd8f34773
commit 4192ea426c
7 changed files with 443 additions and 416 deletions

View File

@@ -21,7 +21,7 @@ local supervisor = require("supervisor.supervisor")
local svsessions = require("supervisor.session.svsessions")
local SUPERVISOR_VERSION = "v0.20.4"
local SUPERVISOR_VERSION = "v0.21.0"
local println = util.println
local println_ts = util.println_ts