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
Hi
I was getting really erratic behavior from this tool, so I added debug info on the _bytes_to_meters_and_speed function and the 2nd byte was always stuck at 0xff, basically reporting my desk was at ~7meters:
After lowering my desk all the way to zero, it started reporting proper values and idasen starting behaving well again.
In the meantime, I had asked it to save my position with idasen save stand and it "corrupted" the configuration, by storing a 7m height.
I think that
there should be a warning by the tool if the second byte is 0xff
invalid heights shouldn't be saved to the config
The text was updated successfully, but these errors were encountered:
Hi
I was getting really erratic behavior from this tool, so I added debug info on the
_bytes_to_meters_and_speed
function and the 2nd byte was always stuck at0xff
, basically reporting my desk was at ~7meters:After lowering my desk all the way to zero, it started reporting proper values and
idasen
starting behaving well again.In the meantime, I had asked it to save my position with
idasen save stand
and it "corrupted" the configuration, by storing a 7m height.I think that
The text was updated successfully, but these errors were encountered: