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 1 deletions
Showing only changes of commit 5f0da91659 - Show all commits

View File

@ -15,7 +15,7 @@ bool ledState;
String name_remote = "mcopy";
CanonBLERemote canon_ble(name_remote);
TickTwo blinker(blink, 500);
TickTwo blinker(blink, 500, 0, MILLIS);
void blink(){
digitalWrite(LED, ledState);