We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e57e541 commit cd4b358Copy full SHA for cd4b358
src/Wippersnapper.h
@@ -65,7 +65,6 @@
65
while (millis() - start < timeout) { \
66
delay(10); \
67
yield(); \
68
- feedWDT(); \
69
if (millis() < start) { \
70
start = millis(); /* if rollover */ \
71
} \
0 commit comments