From 775ffc809434d134995e8ca28c3904219abd761d Mon Sep 17 00:00:00 2001 From: Mikayla Fischler Date: Wed, 7 Jun 2023 21:25:42 -0400 Subject: [PATCH] added graphics to supervisor depends --- imgen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imgen.py b/imgen.py index 1456f20..bd34822 100644 --- a/imgen.py +++ b/imgen.py @@ -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" ] },