#528 reactor PLC configurator fixes

This commit is contained in:
Mikayla Fischler
2024-07-26 23:06:42 -04:00
parent ec107929bc
commit 8e4bb583a8
3 changed files with 11 additions and 4 deletions

View File

@@ -277,7 +277,7 @@ function configurator.configure(ask_config)
elseif event == "paste" then
display.handle_paste(param1)
elseif event == "modem_message" then
check.handle_msg(param1, param2, param3, param4, param5)
check.receive_sv(param1, param2, param3, param4, param5)
end
if event == "terminate" then return end