Skip to content

Commit dd34830

Browse files
committed
Update README
1 parent c58f4ee commit dd34830

File tree

1 file changed

+1
-28
lines changed

1 file changed

+1
-28
lines changed

examples/esp32/README.md

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1 @@
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/

0 commit comments

Comments
 (0)