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 found an error in Instax-BLE and just checked to confirm your website version has the same problem: images are send in 1808 byte chunks, but the Link Mini needs a size of 900. Using 1808 leads to the printer not responding. Should be an easy fix :)
The text was updated successfully, but these errors were encountered:
even changing the chunk size to 900 I couldn't get the Mini to print... any ideia what other changes in commands are needed from the Square to the Mini?
I changed the code now to support all types of printed, als the mini and the wide. Yeah the issue was not just with the chunking, but also the counting of the chunks, I had an big-endian format (and the square does not care for some reason) but it has to be little endian.
I found an error in Instax-BLE and just checked to confirm your website version has the same problem: images are send in 1808 byte chunks, but the Link Mini needs a size of 900. Using 1808 leads to the printer not responding. Should be an easy fix :)
The text was updated successfully, but these errors were encountered: