mongoose/examples/esp32
2020-12-17 22:47:55 +00:00
..
main Add extra param to http_reply() 2020-12-17 22:47:55 +00:00
CMakeLists.txt Add esp32 example 2020-12-14 12:58:27 +00:00
Makefile Add esp32 example 2020-12-14 12:58:27 +00:00
README.md Add README to the esp32 example 2020-12-17 11:24:28 +00:00

An example ESP32 application

To build this application, follow these steps:

  1. Make sure you have Docker installed
  2. Clone whole mongoose repository on your machine:
git clone --depth 1 https://github.com/cesanta/mongoose.git
  1. Start command line or terminal, and go into the example's directory:
cd mongoose/examples/esp32
  1. Run make. This invokes a Docker-based build. A firmware will be built in the build/ directory:
make