Closed
Description
One standard practice in many examples is to wait for serial input in a tight loop like ...
while (!Serial.available());
This will cause the WDT to trigger.
Can we insert a yield inside the available() when it would return false so that this common code fragment would not cause a processor reset?
Metadata
Metadata
Assignees
Labels
No labels