mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-14 16:49:26 +08:00
488 B
488 B
An example ESP32 application
To build this application, follow these steps:
- Make sure you have Docker installed
- Clone whole mongoose repository on your machine:
git clone --depth 1 https://github.com/cesanta/mongoose.git
- Start command line or terminal, and go into the example's directory:
cd mongoose/examples/esp32
- Run
make
. This invokes a Docker-based build. A firmware will be built in thebuild/
directory:
make