Skip to content

Commit d3c63b1

Browse files
committed
docs: Update build commands for FoBE Quill nRF52840 and ESP32S3 Mesh
Updated the build commands in the programming documentation for both the FoBE Quill nRF52840 Mesh and FoBE Quill ESP32S3 Mesh to reflect the correct board identifiers. Signed-off-by: ChihoSin chihosin@icloud.com
1 parent 33491ba commit d3c63b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/product/f1101/programming.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,10 +274,10 @@ Before you start, make sure you have Python installed on your system.
274274

275275
```bash
276276
# Build the project for the FoBE Quill nRF52840 Mesh board
277-
west build -b fobe_quill_nrf52840/nrf52840/uf2 ./app
277+
west build -b quill_nrf52840_mesh ./app
278278
279279
# Flash the project to the board
280-
west flash
280+
west flash --runner uf2
281281
```
282282

283283
Now you have a simple LED blinking example (Zephyr RTOS Standalone project) running on the **FoBE Quill nRF52840 Mesh**.

docs/product/f1102/programming.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ Before you start, make sure you have Python installed on your system.
266266

267267
```bash
268268
# Build the project for the FoBE Quill ESP32S3 Mesh board
269-
west build -b fobe_quill_esp32s3_mesh/esp32s3/procpu ./app
269+
west build -b quill_esp32s3_mesh/esp32s3/procpu ./app
270270
271271
# Flash the project to the board
272272
west flash

0 commit comments

Comments
 (0)