reactor PLC queue types refactor and properly report wireless modem connected when another is found

This commit is contained in:
Mikayla
2025-11-06 22:54:48 +00:00
parent 44340f42d4
commit b2baaa2090
3 changed files with 10 additions and 8 deletions

View File

@@ -125,8 +125,8 @@ local function main()
mq_comms_rx = mqueue.new()
},
-- message queue commands
q_cmds = {
-- message queue message types
q_types = {
MQ__RPS_CMD = {
SCRAM = 1,
DEGRADED_SCRAM = 2,