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:
HendrikRauh 2026-03-05 16:29:29 +01:00
parent 3a5cf2ff22
commit 4d8be45e48
5 changed files with 57 additions and 2286 deletions

4
sdkconfig.defaults Normal file
View file

@ -0,0 +1,4 @@
# This file was generated using idf.py save-defconfig. It can be edited manually.
# Espressif IoT Development Framework (ESP-IDF) 5.5.2 Project Minimal Configuration
#
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y