Skip to content

Commit

Permalink
Changes on nuttx getting started article (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
eren-terzioglu authored Dec 20, 2024
1 parent 143cbba commit 2c3ecde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/blog/nuttx-getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,10 @@ git clone https://github.com/apache/nuttx-apps apps

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

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

```bash
cd nuttx
./tools/configure.sh -L | grep esp32-devkitc
```

Expand Down

0 comments on commit 2c3ecde

Please sign in to comment.