From 42db837cf7cdb9fbe030232774c6766b823733e8 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@20181 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/arduino/ArduCounter3.30.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/contrib/arduino/ArduCounter3.30.ino b/fhem/contrib/arduino/ArduCounter3.30.ino index 85798e228..d9a18072c 100755 --- a/fhem/contrib/arduino/ArduCounter3.30.ino +++ b/fhem/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 */