#643 warn about report multiple logic adapters on the front panel
This commit is contained in:
@@ -56,6 +56,12 @@ function databus.tx_hw_status(plc_state)
|
||||
databus.ps.publish("has_wl_modem", plc_state.wl_modem)
|
||||
end
|
||||
|
||||
-- transmiti f the reactor dangerously has multiple fission reactor logic adapters
|
||||
---@param multi boolean has multiple reactors
|
||||
function databus.tx_multi_reactor(multi)
|
||||
databus.ps.publish("has_multi_reactor", multi)
|
||||
end
|
||||
|
||||
-- transmit thread (routine) statuses
|
||||
---@param thread string thread name
|
||||
---@param ok boolean thread state
|
||||
|
||||
Reference in New Issue
Block a user