canon_ble #82

Merged
mattmcw merged 149 commits from canon_ble into main 2023-08-01 03:38:52 +00:00
3 changed files with 1 additions and 5 deletions
Showing only changes of commit 70ab8cb527 - Show all commits

View File

@ -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

View File

@ -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++;