Skip to content

Commit 1f87e7c

Browse files
committed
Change fudge for boards using millis() from 50 to 95 based on comments in Examples Will Now Compile For Arduino R4 And Communicate (With Some Modifications) #145
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
1 parent 5e1b054 commit 1f87e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SDI12_boards.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ sensors. This library provides a general software solution, without requiring
293293
* The 32-bit timer rolls over after 4294967296 ticks, or 4294.9673 seconds
294294
*/
295295
#define TICKS_PER_BIT 833UL
296-
#define RX_WINDOW_FUDGE 50
296+
#define RX_WINDOW_FUDGE 95
297297

298298
#else
299299
#error "Board timer is incorrectly configured!"

0 commit comments

Comments
 (0)