MVP: Basic working clock and alarm

This commit is contained in:
ookami125 2025-05-27 02:40:50 +00:00
commit b6ac19a54d
18 changed files with 22909 additions and 0 deletions

24
.gitignore vendored Normal file
View file

@ -0,0 +1,24 @@
.vscode/
.pytest_cache/
__pycache__/
# esp-idf built binaries
build/
build_*_*/
sdkconfig
sdkconfig.old
# 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
managed_components/*
!managed_components/.gitkeep