#34 RTU modem disconnect/reconnect handling, bugfix in comms thread

This commit is contained in:
Mikayla Fischler
2022-04-29 09:27:05 -04:00
parent 07e9101ac7
commit ef1fdc7f39
3 changed files with 61 additions and 28 deletions

View File

@@ -19,7 +19,7 @@ os.loadAPI("dev/boiler_rtu.lua")
os.loadAPI("dev/imatrix_rtu.lua")
os.loadAPI("dev/turbine_rtu.lua")
local RTU_VERSION = "alpha-v0.4.5"
local RTU_VERSION = "alpha-v0.4.6"
local print = util.print
local println = util.println