We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8fcb04 commit daa1288Copy full SHA for daa1288
src/FPS_GT511C3.cpp
@@ -743,7 +743,7 @@ bool FPS_GT511C3::GetImage()
743
bool retval = rp->ACK;
744
delete rp;
745
delete packetbytes;
746
- GetData(52116);
+ GetData(52116+6);
747
return retval;
748
749
}
@@ -766,7 +766,7 @@ bool FPS_GT511C3::GetRawImage()
766
767
768
769
- GetData(19200);
+ GetData(19200+6);
770
771
772
0 commit comments