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
All startTransmit functions should accept the constant uint8_t* data.
I've gone through their implementation but am still not sure if I can safely cast my constant data buffer to be modifiable and expect that it won't be changed inside the startTransmit functionality.
The text was updated successfully, but these errors were encountered:
Added in the mentioned commit - this is likely going to cause a new minor release as the public API has changed in a way that may throw some people off.
All
startTransmit
functions should accept the constantuint8_t* data
.I've gone through their implementation but am still not sure if I can safely cast my constant data buffer to be modifiable and expect that it won't be changed inside the
startTransmit
functionality.The text was updated successfully, but these errors were encountered: