This is the idf image used to build the esp32 firmware.
- installs idf version v4.0 & dependencies
make help
- show Makefile options
make all
- build image & run container
make build
- build image
make run
- run container
make clean
- delete volumes
make distclean
- delete image
IDF_VERSION
- idf version to use
See the Dockerfile or Makefile for more information