Update picoserve and send periodic ping to keep wifi connection active

This commit is contained in:
2025-01-23 00:14:58 +01:00
parent 03b6e01bd8
commit 7dee29b581
3 changed files with 47 additions and 13 deletions
+3 -4
View File
@@ -1,6 +1,6 @@
[package]
name = "air_filter"
version = "0.4.4"
version = "0.4.5"
edition = "2021"
[workspace.dependencies]
@@ -73,16 +73,15 @@ nourl = { version = "0.1", features = ["defmt"] }
smoltcp = { version = "0.12", default-features = false, features = [
"dns-max-server-count-4",
] }
updater = { git = "https://git.huizinga.dev/Dreaded_X/iot_tools", tag = "v0.2.0" }
updater = { git = "https://git.huizinga.dev/Dreaded_X/iot_tools", tag = "v0.3.0" }
portable-atomic = { version = "1.6", features = ["critical-section"] }
bme280 = { workspace = true }
picoserve = { version = "0.13.3", features = ["defmt", "embassy"] }
picoserve = { version = "0.14", features = ["defmt", "embassy"] }
embedded-storage = "0.3"
[patch.crates-io]
# Make mqtt:// and mqtts:// actually work
nourl = { git = "https://git.huizinga.dev/Dreaded_X/nourl" }
picoserve = { git = "https://github.com/hodasemi/picoserve" }
[features]
include_firmwares = []