We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a68419 commit 83ac721Copy full SHA for 83ac721
ports/esp32/how_to_build.md
@@ -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