#309 WIP coordinator configurator

This commit is contained in:
Mikayla Fischler
2024-01-31 14:10:03 -05:00
parent 737e0d72b0
commit 4710fa7cee
4 changed files with 972 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ local util = require("scada-common.util")
local println = util.println
local BOOTLOADER_VERSION = "0.5"
local BOOTLOADER_VERSION = "0.6"
println("SCADA BOOTLOADER V" .. BOOTLOADER_VERSION)
println("BOOT> SCANNING FOR APPLICATIONS...")