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:
parent
73e6eaf040
commit
86589c60d4
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue