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

6
sdkconfig.defaults Executable file
View file

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