Closed dizcza closed 6 months ago
The pushRawData function takes constant data buffer dataBytes and should help users with the cost modifier.
pushRawData
dataBytes
cost
Now I need to cast my const data to uint8_t* just because your API requires so.
uint8_t*
Hi Danylo (@dizcza ),
I agree, with hindsight, it would have been better to use the const modifier. But this would be a breaking change. I am not going to change it now.
const
Best wishes, Paul
The
pushRawData
function takes constant data bufferdataBytes
and should help users with thecost
modifier.Now I need to cast my const data to
uint8_t*
just because your API requires so.