Added logic for ringer and scheduler. still wip

This commit is contained in:
2026-01-16 19:50:41 +01:00
parent d6ef884325
commit 45c332e610
8 changed files with 287 additions and 37 deletions

View File

@@ -8,4 +8,4 @@ gpio-cdev = "0.6.0"
cron_tab = { version = "0.2", features = ["async"] }
chrono = "0.4.42"
axum = { version = "0.8.8", features = ["macros"] }
tokio = "1.49.0"
tokio = { version = "1.49.0", features = ["full"] }