fixed reactor PLC reporting as degraded if everything is OK on boot

This commit is contained in:
Mikayla Fischler
2025-11-08 19:14:05 -05:00
parent 6e26ca4fac
commit 76fc5751c9

View File

@@ -35,6 +35,8 @@ function backplane.init(config, __shared_memory)
local plc_dev = __shared_memory.plc_dev
local plc_state = __shared_memory.plc_state
plc_state.degraded = false
-- Modem Init
if _bp.smem.networked then