From 72279634eafcb9bef3646a82991580916ee939df Mon Sep 17 00:00:00 2001 From: stefan123t Date: Sun, 10 Jul 2022 22:40:46 +0200 Subject: [PATCH] Please enter the commit message for your changes. Lines starting removed old debug code from #63 --- tools/esp8266/config.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tools/esp8266/config.h b/tools/esp8266/config.h index 6654b068..ff96b301 100644 --- a/tools/esp8266/config.h +++ b/tools/esp8266/config.h @@ -58,11 +58,4 @@ // changes the style of "/setup" page, visualized = nicer #define LIVEDATA_VISUALIZED -// comment out to disable any of the debug options here -#define DEBUG_APP -#define DEBUG_HMINVERTER -#define DEBUG_HMRADIO -#define DEBUG_HMSYSTEM -#define DEBUG_HMMAIN - #endif /*__CONFIG_H__*/