#408 increment bootloader version for pocket configurator, minification

This commit is contained in:
Mikayla Fischler
2024-02-19 14:27:02 -05:00
parent 76f21e925b
commit f112746e12
2 changed files with 6 additions and 11 deletions

View File

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