* reorder and extend platformio config * update gitignore * add processing extra_script * add makefile * update github workflow * update docker build * add release and debug targets * define custom_build debug * fix custom_build target * update README
19 lines
184 B
Plaintext
19 lines
184 B
Plaintext
.idea
|
|
build
|
|
debug
|
|
release
|
|
cmake-build-debug
|
|
cmake-build-release
|
|
cmake-build-release-s3
|
|
bin/*
|
|
ota/*
|
|
webflash/*.bin
|
|
.pio
|
|
.vscode
|
|
.project
|
|
|
|
# Python venv
|
|
/pyvenv.cfg
|
|
/lib64
|
|
/lib/python3*
|