Merge broke the UI, whoops
This commit is contained in:
parent
6faf78b92e
commit
9472527c70
|
@ -2510,16 +2510,18 @@ mcopy.state = {
|
|||
pos : 0,
|
||||
direction: true
|
||||
},
|
||||
camera_second : {
|
||||
pos : 0,
|
||||
direction : true
|
||||
},
|
||||
projector_second : {
|
||||
pos : 0,
|
||||
direction : true
|
||||
},
|
||||
sequence : {
|
||||
size : 24,
|
||||
arr : ['CF', 'PF'],
|
||||
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: {
|
||||
cam_forward: 'CF',
|
||||
proj_forward : 'PF',
|
||||
|
|
|
@ -43,7 +43,7 @@ mcopy.state = {
|
|||
projector_second : {
|
||||
pos : 0,
|
||||
direction : true
|
||||
}
|
||||
},
|
||||
sequence : {
|
||||
size : 24,
|
||||
arr : ['CF', 'PF'],
|
||||
|
|
Loading…
Reference in New Issue