From abc72087b201543ce879866b98b13e5fbad7e44e Mon Sep 17 00:00:00 2001 From: mattmcw Date: Mon, 8 Jul 2024 22:59:54 -0400 Subject: [PATCH] Update data in all places --- app/data/cfg.json | 6 ++---- processing/mcopy/cfg.json | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/app/data/cfg.json b/app/data/cfg.json index f79e162..9e09799 100644 --- a/app/data/cfg.json +++ b/app/data/cfg.json @@ -185,10 +185,8 @@ "camera_capper_projectors_identifier": "0", "capper_on": "A", "capper_off": "B", - "camera_open_forward": "J", - "camera_open_backward": "K", - "camera_close_forward": "L", - "camera_close_backward": "M", + "camera_open": "J", + "camera_close": "K", "takeup_forward": "D", "takeup_backward": "F", "error": "E", diff --git a/processing/mcopy/cfg.json b/processing/mcopy/cfg.json index f79e162..9e09799 100644 --- a/processing/mcopy/cfg.json +++ b/processing/mcopy/cfg.json @@ -185,10 +185,8 @@ "camera_capper_projectors_identifier": "0", "capper_on": "A", "capper_off": "B", - "camera_open_forward": "J", - "camera_open_backward": "K", - "camera_close_forward": "L", - "camera_close_backward": "M", + "camera_open": "J", + "camera_close": "K", "takeup_forward": "D", "takeup_backward": "F", "error": "E",