Skip to content

Commit 83ac721

Browse files
committed
feat(ports): add esp32 board ESP32_S3_BOX_3
1 parent 6a68419 commit 83ac721

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ports/esp32/how_to_build.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## How to Build
2+
3+
```bash
4+
make BOARD=ESP32_S3_BOX_3 MAIN_VARIANT=box3 USER_C_MODULES=../../../modules/micropython.cmake PORT=/dev/ttyACM0 -C ports/esp32 deploy
5+
```

0 commit comments

Comments
 (0)