From 2506b6a509d9515948f9c232e312048d5510c48c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Mon, 9 Apr 2018 15:43:17 +0200 Subject: [PATCH] Disable TMP3X 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 28e6f873..49fd0320 100644 --- a/code/espurna/config/sensors.h +++ b/code/espurna/config/sensors.h @@ -521,7 +521,7 @@ //------------------------------------------------------------------------------ #ifndef TMP3X_SUPPORT -#define TMP3X_SUPPORT 1 +#define TMP3X_SUPPORT 0 #endif #ifndef TMP3X_TYPE