Update picoserve and send periodic ping to keep wifi connection active
This commit is contained in:
+3
-4
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user