#381 fixed plc main thread crash on modem connect after boot with no modem

This commit is contained in:
Mikayla Fischler
2023-12-17 20:28:26 -05:00
parent 1b20218445
commit bc66ea6ecb
2 changed files with 6 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ local plc = require("reactor-plc.plc")
local renderer = require("reactor-plc.renderer")
local threads = require("reactor-plc.threads")
local R_PLC_VERSION = "v1.6.6"
local R_PLC_VERSION = "v1.6.7"
local println = util.println
local println_ts = util.println_ts