mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
ticked version and fixed wording
This commit is contained in:
parent
1188d2f7df
commit
f32cdf5563
@ -12,7 +12,7 @@ local config = require("coordinator.config")
|
|||||||
local coordinator = require("coordinator.coordinator")
|
local coordinator = require("coordinator.coordinator")
|
||||||
local renderer = require("coordinator.renderer")
|
local renderer = require("coordinator.renderer")
|
||||||
|
|
||||||
local COORDINATOR_VERSION = "alpha-v0.2.1"
|
local COORDINATOR_VERSION = "alpha-v0.2.2"
|
||||||
|
|
||||||
local print = util.print
|
local print = util.print
|
||||||
local println = util.println
|
local println = util.println
|
||||||
@ -61,7 +61,7 @@ if not configured then
|
|||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
log.info("monitors ready, dmesg input incoming...")
|
log.info("monitors ready, dmesg output incoming...")
|
||||||
|
|
||||||
-- init renderer
|
-- init renderer
|
||||||
renderer.set_displays(monitors)
|
renderer.set_displays(monitors)
|
||||||
|
Loading…
Reference in New Issue
Block a user