From 7e05829dcd5c9be1d983e034ac3d78fe82887c0b Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 17 Sep 2016 04:38:23 +0200 Subject: [PATCH] Do not send teststring --- send_and_blink/send_and_blink.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/send_and_blink/send_and_blink.ino b/send_and_blink/send_and_blink.ino index f25b4dd..70ed044 100644 --- a/send_and_blink/send_and_blink.ino +++ b/send_and_blink/send_and_blink.ino @@ -268,7 +268,6 @@ void loop() { /* Blink long after sending packet */ if(counter >= 10) { - sendPacket("Teststring"); // Beep(20); blink(20); delay(10);