dnp: DS820 fix for A4x6" print sizes landed in firmware 1.06, not 1.07
parent
e6236d9cb7
commit
92fec5125d
|
@ -982,7 +982,7 @@ static int dnpds40_attach(void *vctx, struct dyesub_connection *conn, uint8_t jo
|
|||
ctx->supports_mediaclassrfid = 1;
|
||||
if (FW_VER_CHECK(0,50))
|
||||
ctx->supports_gamma = 1;
|
||||
if (FW_VER_CHECK(1,07)) // XXX might be 1.06
|
||||
if (FW_VER_CHECK(1,06))
|
||||
ctx->supports_a4x6 = 1;
|
||||
break;
|
||||
case P_DNP_QW410:
|
||||
|
|
Loading…
Reference in New Issue