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
QR codes with CRC less than 1000 are returning error 'Checksum validation failed.' because the validate function is comparing '0028' (checksum) with '28' (hash).
QR codes with CRC less than 1000 are returning error 'Checksum validation failed.' because the validate function is comparing '0028' (checksum) with '28' (hash).