Skip to content

Commit 8be2fd6

Browse files
committed
[skip ci] docs: update README for ESP32 build parameters
Updated the README to specify the correct port and board for the ESP32 build examples, ensuring clarity for users. Signed-off-by: Chiho Sin <[email protected]>
1 parent 7ab457a commit 8be2fd6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
- name: Build MicroPython
3030
uses: fobe-projects/action-micropython-builder@v1
3131
with:
32-
port: "espressif" # Required, specify the platform
33-
target: "build" # Optional, defaults to build
34-
board: "esp32" # Required when target is build
32+
port: "esp32"
33+
target: "build"
34+
board: "FOBE_QUILL_ESP32S3_MESH"
3535
```
3636
3737
### 2. Input Parameters
@@ -59,9 +59,9 @@ jobs:
5959
- name: Build MicroPython for ESP32
6060
uses: fobe-projects/action-micropython-builder@v1
6161
with:
62-
port: "espressif"
62+
port: "esp32"
6363
target: "build"
64-
board: "esp32"
64+
board: "FOBE_QUILL_ESP32S3_MESH"
6565
```
6666

6767
#### Release Multiple Boards
@@ -79,9 +79,9 @@ jobs:
7979
- name: Release MicroPython for multiple boards
8080
uses: fobe-projects/action-micropython-builder@v1
8181
with:
82-
port: "nordic"
82+
port: "nrf"
8383
target: "release"
84-
board: "board1,board2,board3"
84+
board: "board1 board2 board3"
8585
```
8686

8787
## License

0 commit comments

Comments
 (0)