Skip to content

Commit

Permalink
do not log pls
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintSampo committed Dec 14, 2024
1 parent b815f09 commit 2285991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ function renderLoop() {
rawPacket[4] = 127;
}

console.log(rawPacket)
//console.log(rawPacket)
bleAgent.attemptSend(rawPacket);
}

Expand Down

0 comments on commit 2285991

Please sign in to comment.