refactor: moved the wifi code to a wifi service

This commit is contained in:
2026-08-16 22:31:27 -05:00
parent 851a4d7ff9
commit a360aa6b30
5 changed files with 159 additions and 87 deletions
+3 -1
View File
@@ -32,7 +32,7 @@ esp-backtrace = { version = "0.19.0", features = [
esp-println = { version = "0.17.0", features = ["defmt-espflash", "esp32c6"] }
critical-section = "1.2.0"
static_cell = "2.1.1"
static_cell = { version = "2.1.1", features = ["nightly"] }
embassy-net = { version = "0.9.1", features = [
"defmt",
@@ -56,6 +56,8 @@ sntpc-time-embassy = { version = "0.6" }
portable-atomic = "1.15.0"
picoserve = { version = "0.19", features = ["defmt", "embassy", "json"] }
embassy-sync = { version = "0.8.0", features = ["defmt"] }
embassy-futures = { version = "0.1.2", features = ["defmt"] }
# For fine tuning these settings, please refer to https://doc.rust-lang.org/cargo/reference/profiles.html