#93 don't send out-of-range burn rates (won't get a good ack), fixed unit command packet ordering

This commit is contained in:
Mikayla Fischler
2022-10-07 11:28:56 -04:00
parent 529951f998
commit 5dfbe650c6
3 changed files with 19 additions and 13 deletions

View File

@@ -13,7 +13,7 @@ local svsessions = require("supervisor.session.svsessions")
local config = require("supervisor.config")
local supervisor = require("supervisor.supervisor")
local SUPERVISOR_VERSION = "beta-v0.6.1"
local SUPERVISOR_VERSION = "beta-v0.6.2"
local print = util.print
local println = util.println