Describe the bug
The troubleshooting example instructs the user to use TRice(iD(255), ... to generate a message.
Then, it says to expect Input(aa c0 ...
And that does not match. ID 255 will yield a FF byte first. Which is 255.
If you want an AA byte first, you should use iD(170).
I think 170 is the better example because 0xFF can be a default memory content in the embedded world.
Screenshots

Describe the bug
The troubleshooting example instructs the user to use
TRice(iD(255),... to generate a message.Then, it says to expect
Input(aa c0...And that does not match. ID 255 will yield a FF byte first. Which is 255.
If you want an AA byte first, you should use
iD(170).I think 170 is the better example because 0xFF can be a default memory content in the embedded world.
Screenshots