feat: add the clock functionality with NTP support
This commit is contained in:
@@ -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"] }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user