You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add delay to Serial1.end() allow GPIO lines to settle
Through testing, it was discovered that if Serial1.begin() is called again
immediately after Serial1.end(), then any attempt to write data immediately
following the begin() call could result in corrupted frames.
After calling Serial1.end(), it will be at least 300us before those pins can
be used as UART again.
0 commit comments