hiti: P52x firmware is up to v1.28 now

This commit is contained in:
Solomon Peachy 2023-03-16 18:22:08 -04:00
parent a2ea304f5d
commit 7fa4515e0d
1 changed files with 2 additions and 2 deletions

View File

@ -1071,8 +1071,8 @@ static int hiti_attach(void *vctx, struct dyesub_connection *conn, uint8_t jobid
if (strncmp(ctx->version, "1.22", 4) < 0 &&
strncmp(ctx->version, "1.17", 4) > 0) /* V1.18 -> v1.21 have a known USB CLEAR_ENDPOINT_HALT issue */
WARNING("Printer firmware %s has a known USB bug, please update to at least v1.22\n", ctx->version);
else if (strncmp(ctx->version, "1.27", 4) < 0)
WARNING("Printer firmware %s out of date (vs %s), please update.\n", ctx->version, "v1.27");
else if (strncmp(ctx->version, "1.28", 4) < 0)
WARNING("Printer firmware %s out of date (vs %s), please update.\n", ctx->version, "v1.28");
break;
default:
break;