mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
fixed incorrect program type in startup message
This commit is contained in:
parent
479194b589
commit
b76871aa07
@ -22,7 +22,7 @@ log.init("/log.txt", log.MODE.APPEND)
|
|||||||
log._info("========================================")
|
log._info("========================================")
|
||||||
log._info("BOOTING coordinator.startup " .. COORDINATOR_VERSION)
|
log._info("BOOTING coordinator.startup " .. COORDINATOR_VERSION)
|
||||||
log._info("========================================")
|
log._info("========================================")
|
||||||
println(">> RTU " .. COORDINATOR_VERSION .. " <<")
|
println(">> SCADA Coordinator " .. COORDINATOR_VERSION .. " <<")
|
||||||
|
|
||||||
-- mount connected devices
|
-- mount connected devices
|
||||||
ppm.mount_all()
|
ppm.mount_all()
|
||||||
|
Loading…
Reference in New Issue
Block a user