#642 reactor PLC self-check updates

This commit is contained in:
Mikayla Fischler
2025-11-08 17:27:10 -05:00
parent cc36aafccd
commit 6dea501946
3 changed files with 93 additions and 33 deletions

View File

@@ -305,6 +305,8 @@ function configurator.configure(ask_config)
display.handle_paste(param1)
elseif event == "modem_message" then
check.receive_sv(param1, param2, param3, param4, param5)
elseif event == "conn_test_complete" then
check.conn_test_callback(param1)
elseif event == "peripheral_detach" then
---@diagnostic disable-next-line: discard-returns
ppm.handle_unmount(param1)