Sequence was not occurring.
This commit is contained in:
parent
a4bd06f2d9
commit
7b5eecacc8
|
@ -382,6 +382,10 @@ void Stop () {
|
||||||
Serial.println(cmd_camera);
|
Serial.println(cmd_camera);
|
||||||
log("Frame completed");
|
log("Frame completed");
|
||||||
log(String(timed_last));
|
log(String(timed_last));
|
||||||
|
if (sequence) {
|
||||||
|
delaying = true;
|
||||||
|
delay_start = millis();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void cam_direction (boolean state) {
|
void cam_direction (boolean state) {
|
||||||
|
|
Loading…
Reference in New Issue