From 24c48268691c617e1e98e36dc657eb968989fcb4 Mon Sep 17 00:00:00 2001 From: Max Prokhorov Date: Wed, 10 Apr 2019 12:43:28 +0300 Subject: [PATCH] Default to one BMX280 sensor --- 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 af481da2..d1e28b0c 100644 --- a/code/espurna/config/sensors.h +++ b/code/espurna/config/sensors.h @@ -159,7 +159,7 @@ #endif #ifndef BMX280_NUMBER -#define BMX280_NUMBER 2 // Number of sensors present. Either 1 or 2 allowed +#define BMX280_NUMBER 1 // Number of sensors present. Either 1 or 2 allowed #endif #ifndef BMX280_ADDRESS #define BMX280_ADDRESS 0x00 // 0x00 means auto (0x76 or 0x77 allowed) for sensor #0