Sequence was not occurring.

This commit is contained in:
mmcwilliams 2018-10-17 12:09:21 -04:00
parent a4bd06f2d9
commit 7b5eecacc8
1 changed files with 4 additions and 0 deletions

View File

@ -382,6 +382,10 @@ void Stop () {
Serial.println(cmd_camera);
log("Frame completed");
log(String(timed_last));
if (sequence) {
delaying = true;
delay_start = millis();
}
}
void cam_direction (boolean state) {