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
v3.9.0 solved among others a bug in the big handling, however the solution merged was for v4.0
Currently each byte is converted from LSB to MSB, so 0x01 0x02 will deliver True, False, False, False, False, False, False, False, False, True, False, False, False, False, False, False
With v4.0 all bytes will be converted from LSB to MSB.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
v3.9.0 solved among others a bug in the big handling, however the solution merged was for v4.0
Currently each byte is converted from LSB to MSB, so 0x01 0x02 will deliver
True, False, False, False, False, False, False, False, False, True, False, False, False, False, False, False
With v4.0 all bytes will be converted from LSB to MSB.
Beta Was this translation helpful? Give feedback.
All reactions