Add device identifiers to the configuration

These are characters that are sent to or received from mcopy devices
(camera or projector)
This commit is contained in:
Matt 2016-05-04 21:03:50 -04:00
parent f4167de6c7
commit 8bb89e1a62
1 changed files with 4 additions and 1 deletions

View File

@ -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"
}
}
}