Confirm the camera command (this should happen after it expects frame is taken).

This commit is contained in:
Matt McWilliams 2023-03-09 21:51:49 -05:00
parent e09fe7d42f
commit 9126bc82c0
1 changed files with 1 additions and 0 deletions

View File

@ -114,4 +114,5 @@ void shutter () {
blinker.pause();
digitalWrite(LED, HIGH);
last = millis();
mc.confirm(McopySerial::CAMERA);
}