File tree Expand file tree Collapse file tree 1 file changed +1
-28
lines changed Expand file tree Collapse file tree 1 file changed +1
-28
lines changed Original file line number Diff line number Diff line change 1- # An example ESP32 application
2-
3- To build this application, follow these steps:
4-
5- 1 . Make sure you have Docker installed
6- 2 . Clone whole mongoose repository on your machine:
7- ``` sh
8- git clone --depth 1 https://github.com/cesanta/mongoose.git
9- ```
10- 3 . Start command line or terminal, and go into the example's directory:
11- ``` sh
12- cd mongoose/examples/esp32
13- ```
14- 4 . Run ` make ` . This invokes a Docker-based build. A firmware will be built
15- in the ` build/ ` directory:
16- ``` sh
17- make
18- ```
19-
20- # Flashing built firmware
21-
22- If you have a real board to flash to, you can flash a built firmware.
23- First, make sure to have ` esptool.py ` script installed on your workstation.
24- Then, connect the board to your workstation and run the following command:
25-
26- ``` sh
27- make flash COMPORT=YOUR_USB_PORT
28- ```
1+ See detailed tutorial at https://mongoose.ws/tutorials/esp32/
You can’t perform that action at this time.
0 commit comments