This directory contains a test build of the project, running various unit tests.
- via Docker
2. Building
make build
- creates idf docker image if needed
- starts idf docker container to build project
- Choosing device
make dev
- configures which serial port to use
- Flashing
make flash
- creates idf docker image if needed
- starts idf docker container to flash project to connected ESP via specified device by
make dev
- Monitoring
make monitor
- creates idf docker image if needed
- starts idf docker container to connect to ESP via specified device by
make dev
- via local esd-idf toolchain
2. Building
idf.py build
- Flashing
idf.py flash -p <device>
- Monitoring
idf.py monitor -p <device>