mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2026-03-09 05:20:21 +00:00
Add sdkconfig.defaults and tasks.py for project configuration and build automation
- Created sdkconfig.defaults to store default configuration settings for the project. - Added tasks.py to define various build and management tasks using Invoke
This commit is contained in:
parent
3a5cf2ff22
commit
4d8be45e48
5 changed files with 57 additions and 2286 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -15,6 +15,7 @@ cmake_install.cmake
|
|||
compile_commands.json
|
||||
|
||||
# ESP-IDF specific
|
||||
sdkconfig
|
||||
sdkconfig.old
|
||||
flasher_args.json
|
||||
flash_args*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue