Merge broke the UI, whoops
This commit is contained in:
parent
6faf78b92e
commit
9472527c70
|
@ -2510,16 +2510,18 @@ mcopy.state = {
|
||||||
pos : 0,
|
pos : 0,
|
||||||
direction: true
|
direction: true
|
||||||
},
|
},
|
||||||
|
camera_second : {
|
||||||
|
pos : 0,
|
||||||
|
direction : true
|
||||||
|
},
|
||||||
|
projector_second : {
|
||||||
|
pos : 0,
|
||||||
|
direction : true
|
||||||
|
},
|
||||||
sequence : {
|
sequence : {
|
||||||
size : 24,
|
size : 24,
|
||||||
arr : ['CF', 'PF'],
|
arr : ['CF', 'PF'],
|
||||||
light : ['255,255,255', ''],
|
light : ['255,255,255', ''],
|
||||||
cmd : {
|
|
||||||
camera: mcopy.cfg.arduino.cmd.camera,
|
|
||||||
projector: mcopy.cfg.arduino.cmd.projector,
|
|
||||||
cam_direction: mcopy.cfg.arduino.cmd.cam_direction,
|
|
||||||
cam_direction: mcopy.cfg.arduino.cmd.proj_direction
|
|
||||||
},
|
|
||||||
pads: {
|
pads: {
|
||||||
cam_forward: 'CF',
|
cam_forward: 'CF',
|
||||||
proj_forward : 'PF',
|
proj_forward : 'PF',
|
||||||
|
|
|
@ -43,7 +43,7 @@ mcopy.state = {
|
||||||
projector_second : {
|
projector_second : {
|
||||||
pos : 0,
|
pos : 0,
|
||||||
direction : true
|
direction : true
|
||||||
}
|
},
|
||||||
sequence : {
|
sequence : {
|
||||||
size : 24,
|
size : 24,
|
||||||
arr : ['CF', 'PF'],
|
arr : ['CF', 'PF'],
|
||||||
|
|
Loading…
Reference in New Issue