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 8ed4762 commit 8910367Copy full SHA for 8910367
src/sfTk/sfDevFPC2534.cpp
@@ -675,7 +675,7 @@ fpc_result_t sfDevFPC2534::processNextResponse(bool flushNone)
675
_comm->endRead();
676
if (rc != FPC_RESULT_OK)
677
{
678
- Serial.printf("Error reading payload: %d\n\r", rc);
+ // Serial.printf("Error reading payload: %d\n\r", rc);
679
return rc;
680
}
681
// if we are flushing NONE events, and this is one, just return
0 commit comments