From edf05bfd2ce6f11afc1bbb6764c9afa169697042 Mon Sep 17 00:00:00 2001 From: StefanStrobel <> Date: Tue, 17 Sep 2019 12:47:59 +0000 Subject: [PATCH] ArduCounter: remoce debug define in arduino sketch git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@20181 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- contrib/arduino/ArduCounter3.30.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/arduino/ArduCounter3.30.ino b/contrib/arduino/ArduCounter3.30.ino index 85798e228..d9a18072c 100755 --- a/contrib/arduino/ArduCounter3.30.ino +++ b/contrib/arduino/ArduCounter3.30.ino @@ -104,7 +104,7 @@ */ /* Remove this before compiling */ -#define TestConfig // include my SSID / secret +/* #define TestConfig // include my SSID / secret */ /* allow printing of every pin change to Serial */