Compare commits
2 Commits
v1.4.1-bet
...
v1.4.2-bet
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8b926a0978 | ||
|
|
775ffc8094 |
2
imgen.py
2
imgen.py
@@ -71,7 +71,7 @@ def make_manifest(size):
|
|||||||
"depends" : {
|
"depends" : {
|
||||||
"reactor-plc" : [ "system", "common", "graphics" ],
|
"reactor-plc" : [ "system", "common", "graphics" ],
|
||||||
"rtu" : [ "system", "common", "graphics" ],
|
"rtu" : [ "system", "common", "graphics" ],
|
||||||
"supervisor" : [ "system", "common" ],
|
"supervisor" : [ "system", "common", "graphics" ],
|
||||||
"coordinator" : [ "system", "common", "graphics" ],
|
"coordinator" : [ "system", "common", "graphics" ],
|
||||||
"pocket" : [ "system", "common", "graphics" ]
|
"pocket" : [ "system", "common", "graphics" ]
|
||||||
},
|
},
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -20,7 +20,7 @@ local supervisor = require("supervisor.supervisor")
|
|||||||
|
|
||||||
local svsessions = require("supervisor.session.svsessions")
|
local svsessions = require("supervisor.session.svsessions")
|
||||||
|
|
||||||
local SUPERVISOR_VERSION = "v0.17.6"
|
local SUPERVISOR_VERSION = "v0.17.7"
|
||||||
|
|
||||||
local println = util.println
|
local println = util.println
|
||||||
local println_ts = util.println_ts
|
local println_ts = util.println_ts
|
||||||
|
|||||||
Reference in New Issue
Block a user