canon_ble #82

Merged
mattmcw merged 149 commits from canon_ble into main 2023-08-01 03:38:52 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 9126bc82c0 - Show all commits

View File

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