feat: add the clock functionality with NTP support

This commit is contained in:
2026-08-15 23:17:42 -05:00
parent c9a67ea925
commit 823e758987
4 changed files with 79 additions and 1 deletions
+5
View File
@@ -50,6 +50,11 @@ esp-radio = { version = "0.18.0", features = [
"wifi",
] }
sntpc = { version = "0.11", default-features = false }
sntpc-net-embassy = { version = "0.11", default-features = false }
sntpc-time-embassy = { version = "0.6" }
portable-atomic = "1.15.0"
picoserve = { version = "0.19", features = ["defmt", "embassy", "json"] }