Skip to content

Commit 155ccbc

Browse files
authored
Merge pull request #14 from perone/perone/fix_sign_latency
Increasing delay of the signing operation to work with Arduino WAN 1310
2 parents 6369355 + b134f5f commit 155ccbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SparkFun_ATECCX08a_Arduino_Library.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ boolean ATECCX08A::signTempKey(uint16_t slot)
896896
if (!sendCommand(COMMAND_OPCODE_SIGN, SIGN_MODE_TEMPKEY, slot))
897897
return false;
898898

899-
delay(60); // time for IC to process command and exectute
899+
delay(70); // time for IC to process command and exectute
900900

901901
// Now let's read back from the IC.
902902
if (!receiveResponseData(RESPONSE_COUNT_SIZE + SIGNATURE_SIZE + CRC_SIZE)) // signature (64), plus crc (2), plus count (1)

0 commit comments

Comments
 (0)