From 8bb89e1a6274cb19fde23938ccb9d93f7c40730c Mon Sep 17 00:00:00 2001 From: Matt Date: Wed, 4 May 2016 21:03:50 -0400 Subject: [PATCH] Add device identifiers to the configuration These are characters that are sent to or received from mcopy devices (camera or projector) --- app/data/cfg.json.default | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/data/cfg.json.default b/app/data/cfg.json.default index 6544df6..57e69fd 100644 --- a/app/data/cfg.json.default +++ b/app/data/cfg.json.default @@ -30,7 +30,10 @@ "cam_forward" : "e", "cam_backward" : "f", "proj_forward" : "g", - "proj_backward" : "h" + "proj_backward" : "h", + "proj_identifier" : "j", + "cam_identifier" : "k", + "mcopy_identifier" : "m" } } } \ No newline at end of file