Skip to content

Commit 57fedbe

Browse files
committed
Increase maxTries to original to reduce false positives.
1 parent e048297 commit 57fedbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Surveyor/Begin.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ void beginSD()
384384

385385
// Do a quick test to see if a card is present
386386
int tries = 0;
387-
int maxTries = 2;
387+
int maxTries = 5;
388388
while (tries < maxTries)
389389
{
390390
if (sdPresent() == true)

0 commit comments

Comments
 (0)