Confirm the camera command (this should happen after it expects frame is taken).
This commit is contained in:
parent
e09fe7d42f
commit
9126bc82c0
|
@ -114,4 +114,5 @@ void shutter () {
|
||||||
blinker.pause();
|
blinker.pause();
|
||||||
digitalWrite(LED, HIGH);
|
digitalWrite(LED, HIGH);
|
||||||
last = millis();
|
last = millis();
|
||||||
|
mc.confirm(McopySerial::CAMERA);
|
||||||
}
|
}
|
Loading…
Reference in New Issue