Skip to content

Commit b3d8794

Browse files
committed
Increase default yield times
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
1 parent 1a684ee commit b3d8794

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SDI12.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,9 @@ typedef const __FlashStringHelper* FlashString;
278278
* character to finish.
279279
*/
280280
#if F_CPU >= 48000000L
281-
#define SDI12_YIELD_MS 8
281+
#define SDI12_YIELD_MS 10
282282
#else
283-
#define SDI12_YIELD_MS 0
283+
#define SDI12_YIELD_MS 9
284284
#endif
285285
#endif
286286

0 commit comments

Comments
 (0)