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
I'm often using i16 representation but i want u16 due to modbus registers being mostly u16 but u16 will show leading 0s which i don't want (eg 41001: <00001> instead of 41001: < 1>). Could that be achieved?