From 7230d27124f90d81c141d61fc1abd50a91007918 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Thu, 4 Oct 2018 22:05:41 +0200 Subject: [PATCH] Disable MICS 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 830e9d08..b0ea4dcc 100644 --- a/code/espurna/config/sensors.h +++ b/code/espurna/config/sensors.h @@ -458,7 +458,7 @@ //------------------------------------------------------------------------------ #ifndef MICS5525_SUPPORT -#define MICS5525_SUPPORT 1 +#define MICS5525_SUPPORT 0 #endif #ifndef MICS5525_RED_PIN