Skip to content

Commit

Permalink
detailed logging on connect.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhoff committed Apr 21, 2021
1 parent c10d0a7 commit 0383665
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/CanonBLE/CanonBLE.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,17 @@ bool CanonBLE::connect_to_device() {
delay(500);
return true;
}
else {
log_e("Couldn't acquire the pairing or shutter service");
}
}
else {
log_e("Couldn't acquire the remote main service");
}
}
else {
log_e("Couldn't connect the BLEClient to the device");
}
return false;
}

Expand Down

0 comments on commit 0383665

Please sign in to comment.