#307 work in progress PLC configurator

This commit is contained in:
Mikayla Fischler
2023-09-19 23:52:22 -04:00
parent a2182d9566
commit 611b048cb4
2 changed files with 237 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
print("CONFIGURE> SCANNING FOR CONFIGURATOR...")
if fs.exists("reactor-plc/configure.lua") then
require("reactor-plc/configure.lua").configure()
require("reactor-plc.configure").configure()
elseif fs.exists("rtu/startup.lua") then
print("CONFIGURE> RTU CONFIGURATOR NOT YET IMPLEMENTED IN BETA")
elseif fs.exists("supervisor/startup.lua") then