mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-25 01:42:15 +00:00
Add a second delay() to get the unit tests running on Rak4631 (#4862)
This commit is contained in:
parent
1293c5cdd4
commit
1129c92974
@ -129,6 +129,7 @@ void setup()
|
|||||||
{
|
{
|
||||||
// NOTE!!! Wait for >2 secs
|
// NOTE!!! Wait for >2 secs
|
||||||
// if board doesn't support software reset via Serial.DTR/RTS
|
// if board doesn't support software reset via Serial.DTR/RTS
|
||||||
|
delay(10);
|
||||||
delay(2000);
|
delay(2000);
|
||||||
|
|
||||||
UNITY_BEGIN(); // IMPORTANT LINE!
|
UNITY_BEGIN(); // IMPORTANT LINE!
|
||||||
|
Loading…
Reference in New Issue
Block a user