#182 added scram/reset buttons to PLC front panel

This commit is contained in:
Mikayla Fischler
2023-04-08 21:35:44 -04:00
parent 6bd7dd0271
commit 27a697c27e
7 changed files with 73 additions and 37 deletions

View File

@@ -17,7 +17,7 @@ local plc = require("reactor-plc.plc")
local renderer = require("reactor-plc.renderer")
local threads = require("reactor-plc.threads")
local R_PLC_VERSION = "v1.1.2"
local R_PLC_VERSION = "v1.1.3"
local print = util.print
local println = util.println