Skip to content

Commit

Permalink
Add a second delay() to get the unit tests running on Rak4631 (#4862)
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-bennett authored Sep 25, 2024
1 parent 1293c5c commit 1129c92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_crypto/test_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ void setup()
{
// NOTE!!! Wait for >2 secs
// if board doesn't support software reset via Serial.DTR/RTS
delay(10);
delay(2000);

UNITY_BEGIN(); // IMPORTANT LINE!
Expand Down

0 comments on commit 1129c92

Please sign in to comment.