From ea721da29d5309f8b6bc0630b3f1ae2efd0c6290 Mon Sep 17 00:00:00 2001 From: divya pillai Date: Thu, 12 Dec 2024 11:11:05 +0100 Subject: [PATCH] doc: bme68x_iaq - Add file path to execute west config BME68X IAQ driver was missing path to where the west config command should be executed. Added the same. TECHDOC-3224 Signed-off-by: divya pillai --- doc/nrf/drivers/bme68x_iaq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/nrf/drivers/bme68x_iaq.rst b/doc/nrf/drivers/bme68x_iaq.rst index 4e5dabc71e9e..522d6d81f6a4 100644 --- a/doc/nrf/drivers/bme68x_iaq.rst +++ b/doc/nrf/drivers/bme68x_iaq.rst @@ -10,7 +10,7 @@ BME68X IAQ driver You can use the BME68X IAQ driver to run the Bosch Sensor Environmental Cluster (BSEC) library in order to get Indoor Air Quality (IAQ) readings. The BSEC library is distributed with a Bosch proprietary license (`BSEC license`_) that prevents it from being part of |NCS|. -To start using it, you have to accept the license and enable the download with the following commands: +To start using it, you have to accept the license and enable the download by running the following commands in the :file:`nrf` folder: .. code-block::