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 <bogdan.m.davidoaia@intel.com>
This commit is contained in:
Bogdan Davidoaia 2016-06-02 17:52:31 +03:00
commit 86589c60d4

View file

@ -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