Written by Kyle Martin
- Clone the repo
- Put your code in esp32-dev/src
- Set your config settings:
make first-run
- Build your code:
make build
- Plug in your ESP32
- Flash your chip:
make flash
...or just make
will build and flash.
- (optional)
make monitor
will start a new container and run the monitor tool
- Make
- Docker