This is the firmware for the esp32 that controls the various sensor boards.
- modular by design
- consists of components
make help
- show Makefile options
make all
- build & test all variants
make build
- build all variants
make test
- test all variants
make clean
- clean all variants
make distclean
- distclean all variants