canon_ble #82
|
@ -181,8 +181,6 @@ class Sequence {
|
||||||
continue;
|
continue;
|
||||||
c = step.cmd;
|
c = step.cmd;
|
||||||
ms += timing.get(c);
|
ms += timing.get(c);
|
||||||
ms += cfg.arduino.serialDelay;
|
|
||||||
ms += cfg.arduino.sequenceDelay;
|
|
||||||
if (c === cfg.cmd.camera_forward || c === cfg.cmd.black_forward) {
|
if (c === cfg.cmd.camera_forward || c === cfg.cmd.black_forward) {
|
||||||
cam_total++;
|
cam_total++;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -215,8 +215,6 @@ class Sequence {
|
||||||
if (!step) continue
|
if (!step) continue
|
||||||
c = step.cmd;
|
c = step.cmd;
|
||||||
ms += timing.get(c);
|
ms += timing.get(c);
|
||||||
ms += cfg.arduino.serialDelay;
|
|
||||||
ms += cfg.arduino.sequenceDelay;
|
|
||||||
|
|
||||||
if (c === cfg.cmd.camera_forward || c === cfg.cmd.black_forward) {
|
if (c === cfg.cmd.camera_forward || c === cfg.cmd.black_forward) {
|
||||||
cam_total++;
|
cam_total++;
|
||||||
|
|
Loading…
Reference in New Issue