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
The ability to return an error code is not implemented, see lines: 774 // @TODO: Return error if data is too big. 775 int8_t qrcode_initBytes(QRCode *qrcode, uint8_t *modules, uint8_t version, uint8_t ecc, uint8_t *data, uint16_t length) { ... 848 return 0; 849 }
The text was updated successfully, but these errors were encountered:
The ability to return an error code is not implemented, see lines:
774 // @TODO: Return error if data is too big. 775 int8_t qrcode_initBytes(QRCode *qrcode, uint8_t *modules, uint8_t version, uint8_t ecc, uint8_t *data, uint16_t length) { ... 848 return 0; 849 }
The text was updated successfully, but these errors were encountered: