#186 improved sv config validation, changed waste high thresholds, fixed monitored max burn not showing as active, fixed redstone R_ENABLE and U_ALARM, changed RPS high waste trip to 95%

This commit is contained in:
Mikayla Fischler
2023-03-04 01:37:15 -05:00
parent 11115633cf
commit 0e5113918c
10 changed files with 22 additions and 18 deletions

View File

@@ -141,9 +141,9 @@ function comms.scada_packet()
local self = {
modem_msg_in = nil,
valid = false,
raw = { -1, -1, {} },
raw = { -1, PROTOCOL.SCADA_MGMT, {} },
seq_num = -1,
protocol = -1,
protocol = PROTOCOL.SCADA_MGMT,
length = 0,
payload = {}
}