Compare commits

...

2 Commits

Author SHA1 Message Date
Mikayla Fischler
8b926a0978 #257 tick supervisor version to force installers to re-pull graphics 2023-06-07 21:42:21 -04:00
Mikayla Fischler
775ffc8094 added graphics to supervisor depends 2023-06-07 21:25:42 -04:00
3 changed files with 3 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ def make_manifest(size):
"depends" : {
"reactor-plc" : [ "system", "common", "graphics" ],
"rtu" : [ "system", "common", "graphics" ],
"supervisor" : [ "system", "common" ],
"supervisor" : [ "system", "common", "graphics" ],
"coordinator" : [ "system", "common", "graphics" ],
"pocket" : [ "system", "common", "graphics" ]
},

File diff suppressed because one or more lines are too long

View File

@@ -20,7 +20,7 @@ local supervisor = require("supervisor.supervisor")
local svsessions = require("supervisor.session.svsessions")
local SUPERVISOR_VERSION = "v0.17.6"
local SUPERVISOR_VERSION = "v0.17.7"
local println = util.println
local println_ts = util.println_ts