#643 warn about report multiple logic adapters on the front panel

This commit is contained in:
Mikayla Fischler
2025-11-15 17:11:28 -05:00
parent d43112bdeb
commit 983724f45f
4 changed files with 45 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ local plc = require("reactor-plc.plc")
local renderer = require("reactor-plc.renderer")
local threads = require("reactor-plc.threads")
local R_PLC_VERSION = "v1.10.0"
local R_PLC_VERSION = "v1.10.1"
local println = util.println
local println_ts = util.println_ts