From 23dc5c784b5ee911fb5999672ca053986fa2d956 Mon Sep 17 00:00:00 2001 From: Oscar Rovira Date: Mon, 9 Apr 2018 02:08:34 +0200 Subject: [PATCH] Disable CSE7766 by default CSE7766 was left probably by mistake enabled by default. This caused garbage in the serial while monitoring. --- 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 ea78b528..5ba9f7c3 100644 --- a/code/espurna/config/sensors.h +++ b/code/espurna/config/sensors.h @@ -243,7 +243,7 @@ //------------------------------------------------------------------------------ #ifndef CSE7766_SUPPORT -#define CSE7766_SUPPORT 1 +#define CSE7766_SUPPORT 0 #endif #ifndef CSE7766_PIN