#19 gen rate target process control working, some tweaks will be needed as I term is unstable due to limiting decimal precision

This commit is contained in:
Mikayla Fischler
2023-02-07 23:47:58 -05:00
parent 07ee792163
commit ee739c214d
3 changed files with 95 additions and 51 deletions

View File

@@ -14,7 +14,7 @@ local svsessions = require("supervisor.session.svsessions")
local config = require("supervisor.config")
local supervisor = require("supervisor.supervisor")
local SUPERVISOR_VERSION = "beta-v0.10.2"
local SUPERVISOR_VERSION = "beta-v0.10.3"
local print = util.print
local println = util.println