Skip to content

Commit daa1288

Browse files
committed
Little fix to align data packets.
1 parent a8fcb04 commit daa1288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/FPS_GT511C3.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ bool FPS_GT511C3::GetImage()
743743
bool retval = rp->ACK;
744744
delete rp;
745745
delete packetbytes;
746-
GetData(52116);
746+
GetData(52116+6);
747747
return retval;
748748

749749
}
@@ -766,7 +766,7 @@ bool FPS_GT511C3::GetRawImage()
766766
bool retval = rp->ACK;
767767
delete rp;
768768
delete packetbytes;
769-
GetData(19200);
769+
GetData(19200+6);
770770
return retval;
771771

772772
}

0 commit comments

Comments
 (0)