Add a second delay() to get the unit tests running on Rak4631 (#4862)

This commit is contained in:
Jonathan Bennett 2024-09-25 05:31:29 -05:00 committed by GitHub
parent 1293c5cdd4
commit 1129c92974
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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!