From 86589c60d45a155e17002b229012dcb7c77ccc59 Mon Sep 17 00:00:00 2001 From: Bogdan Davidoaia Date: Thu, 2 Jun 2016 17:52:31 +0300 Subject: [PATCH] samples: environmental sensing: fix BMP280 kconfig options Update the prj.conf file, as the driver and Kconfig options for the BMP280 sensor were renamed to BME280 the following commit: 310ed1e sensor: add support for BME280 Change-Id: If3d81d90c269883aa51ff04a12f8fd1aa444a592 Signed-off-by: Bogdan Davidoaia --- samples/environmental_sensing/arc/prj.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/environmental_sensing/arc/prj.conf b/samples/environmental_sensing/arc/prj.conf index b2f4367ec91..a0b0ec398d9 100644 --- a/samples/environmental_sensing/arc/prj.conf +++ b/samples/environmental_sensing/arc/prj.conf @@ -16,6 +16,7 @@ CONFIG_GROVE=y CONFIG_GROVE_LCD_RGB=y # change these configs if you want to use different sensors -CONFIG_BMP280=y +CONFIG_BME280=y +CONFIG_BME280_DEV_NAME="BMP280" CONFIG_HDC1008=y CONFIG_HDC1008_GPIO_PIN_NUM=3