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
Sending multiple packets without delay (500us-1ms) might lead to data corruption. The lib is supposed to wait before sending to avoid that, so tests are needed. See ZetaRf::waitUntilOutOfTx.
Seen on Teensy 4. These being so fast, might need to add a small delay before or after.
Workaround: add a 1ms delay after or before sending. No less than 500us.
The text was updated successfully, but these errors were encountered:
Sending multiple packets without delay (500us-1ms) might lead to data corruption. The lib is supposed to wait before sending to avoid that, so tests are needed. See
ZetaRf::waitUntilOutOfTx
.Seen on Teensy 4. These being so fast, might need to add a small delay before or after.
Workaround: add a 1ms delay after or before sending. No less than 500us.
The text was updated successfully, but these errors were encountered: