fixed incorrect program type in startup message

This commit is contained in:
Mikayla Fischler 2022-05-01 15:34:44 -04:00
parent 479194b589
commit b76871aa07

View File

@ -22,7 +22,7 @@ log.init("/log.txt", log.MODE.APPEND)
log._info("========================================")
log._info("BOOTING coordinator.startup " .. COORDINATOR_VERSION)
log._info("========================================")
println(">> RTU " .. COORDINATOR_VERSION .. " <<")
println(">> SCADA Coordinator " .. COORDINATOR_VERSION .. " <<")
-- mount connected devices
ppm.mount_all()