From 07181b4b9d1b2eec622fab69f3daeefc49234c99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Sun, 21 Jan 2018 20:02:40 +0100 Subject: [PATCH] Disable BH1750 sensor 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 fc2f9bf2..ff24301d 100644 --- a/code/espurna/config/sensors.h +++ b/code/espurna/config/sensors.h @@ -114,7 +114,7 @@ //------------------------------------------------------------------------------ #ifndef BH1750_SUPPORT -#define BH1750_SUPPORT 1 +#define BH1750_SUPPORT 0 #endif #ifndef BH1750_ADDRESS