#4 PLC peripheral disconnect handling and small bugfixes/cleanup

This commit is contained in:
Mikayla Fischler
2022-04-03 12:08:22 -04:00
parent 34fc625602
commit 02763c9cb3
4 changed files with 170 additions and 60 deletions

View File

@@ -34,6 +34,10 @@ function _debug(msg, trace)
end
end
function _info(msg)
_log("[INF] " .. msg .. "\n")
end
function _warning(msg)
_log("[WRN] " .. msg .. "\n")
end