Skip to content

Commit 600f296

Browse files
committed
Increase delay in sign()
Calling sign() with 60ms of delay is not ok on ECC608, while it works just fine on 508. 70ms looks fine for both.
1 parent 5bfb0b3 commit 600f296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ECCX08.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ int ECCX08Class::sign(int slot, byte signature[])
577577
return 0;
578578
}
579579

580-
delay(60);
580+
delay(70);
581581

582582
if (!receiveResponse(signature, 64)) {
583583
return 0;

0 commit comments

Comments
 (0)