Canon BLE work

This commit is contained in:
Matt McWilliams 2023-02-26 22:19:07 -05:00
parent e1bf69e622
commit 5f0da91659
1 changed files with 1 additions and 1 deletions

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);