mongoose/examples/esp8266
2022-02-12 18:17:25 +00:00
..
src Fix #1465 - rename LL_* constants, introduce MG_* log macros 2022-02-12 18:17:25 +00:00
Makefile Implement FS virtualization 2021-07-29 14:21:20 +01:00
README.md Add README 2020-12-27 01:32:58 +00:00

An example ESP8266 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 https://github.com/cesanta/mongoose.git
  1. Start command line or terminal, and go into the example's directory:
cd mongoose/examples/esp8266
  1. Run make. This invokes a Docker-based build. A firmware will be built in the src/build/ directory:
make example