Ahh that was my problem. At least now we can service inquiries!

This commit is contained in:
XANTRONIX Development 2016-06-06 02:04:18 -05:00
parent 13c1d8d171
commit 3fa06b40d7

View file

@ -193,11 +193,11 @@ int main() {
case 2: {
switch (c) {
case TABBY_PRINTER_PACKET_INIT:
case TABBY_PRINTER_PACKET_JOB:
case TABBY_PRINTER_PACKET_CANCEL: {
sheet_offset = 0;
}
case TABBY_PRINTER_PACKET_JOB:
case TABBY_PRINTER_PACKET_DATA:
case TABBY_PRINTER_PACKET_INQUIRY: {
header.type = c;