From 023f66ef7912508487617bdb39647bf8c33c9481 Mon Sep 17 00:00:00 2001 From: Jacob Williams <47766188+BotSpace@users.noreply.github.com> Date: Tue, 21 May 2024 00:17:52 -0400 Subject: [PATCH] removed printlns --- PestoLink-Receive.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PestoLink-Receive.cpp b/PestoLink-Receive.cpp index a30d199..78398dd 100644 --- a/PestoLink-Receive.cpp +++ b/PestoLink-Receive.cpp @@ -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; }