Skip to content

Commit 2c3ecde

Browse files
Changes on nuttx getting started article (#364)
1 parent 143cbba commit 2c3ecde

File tree

1 file changed

+2
-1
lines changed
  • content/blog/nuttx-getting-started

1 file changed

+2
-1
lines changed

content/blog/nuttx-getting-started/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,10 @@ git clone https://github.com/apache/nuttx-apps apps
193193

194194
### Building an App to Connect to a Wi-Fi network
195195

196-
NuttX provides ready-to-use board default configurations that enable the required config (from Kconfig) for a use scenario, such as Wi-Fi or I2C. You can list all available configurations for the ESP32 DevKitC V4 board using the following command, inside the NuttX directory:
196+
NuttX provides ready-to-use board default configurations that enable the required config (from Kconfig) for a use scenario, such as Wi-Fi or I2C. To enter NuttX directory and list all available configurations for the ESP32 DevKitC V4 board you can use the following command:
197197

198198
```bash
199+
cd nuttx
199200
./tools/configure.sh -L | grep esp32-devkitc
200201
```
201202

0 commit comments

Comments
 (0)