basic menu working

This commit is contained in:
Brent Perteet
2025-06-24 09:20:40 -05:00
parent f59eb660cf
commit 311981ceb4
9 changed files with 494 additions and 114 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
.pytest_cache/
__pycache__/
# esp-idf built binaries
build/
build_*_*/
#sdkconfig
# idf-ci build run output
build_summary_*.xml
app_info_*.txt
size_info_*.txt
# pytest-embedded log folder
pytest_embedded_log/
# idf-component-manager output
dependencies.lock
.devcontainer
managed_components
components