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:
parent
f4167de6c7
commit
8bb89e1a62
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue