Skip to content

Commit

Permalink
removed printlns
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintSampo committed May 21, 2024
1 parent 0e71c32 commit 023f66e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PestoLink-Receive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ bool PestoLinkParser::update() {
return false;
}

for(int i = 0; i < 20; i++){
Serial.print((uint8_t)*(CharacteristicGamepad.value() + i)); Serial.print(", ");
}
//for(int i = 0; i < 20; i++){
// Serial.print((uint8_t)*(CharacteristicGamepad.value() + i)); Serial.print(", ");
//}
//Serial.println(" ");

Serial.println(" ");
return true;
}

Expand Down

0 comments on commit 023f66e

Please sign in to comment.