From f95e46c4b956f4999540bc4afba5c0454b28a8f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Sun, 17 Dec 2017 21:15:06 +0100 Subject: [PATCH] Disable EmonAnalog by default --- code/espurna/config/sensors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/espurna/config/sensors.h b/code/espurna/config/sensors.h index 41bacc96..88569882 100644 --- a/code/espurna/config/sensors.h +++ b/code/espurna/config/sensors.h @@ -156,7 +156,7 @@ //-------------------------------------------------------------------------------- #ifndef EMON_ANALOG_SUPPORT -#define EMON_ANALOG_SUPPORT 1 // Do not build support by default +#define EMON_ANALOG_SUPPORT 0 // Do not build support by default #endif #define EMON_ANALOG_CURRENT_RATIO 30 // Current ratio in the clamp (30V/1A)