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();
|
||||
digitalWrite(LED, HIGH);
|
||||
last = millis();
|
||||
mc.confirm(McopySerial::CAMERA);
|
||||
}
|
Loading…
Reference in New Issue