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