Skip to content

Commit 7038ce2

Browse files
committed
feat: use new esp-hal-wifimanager that sets dhcp hostname
1 parent abc1f7d commit 7038ce2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ embedded-storage = "0.3.1"
1919
static_cell = { version = "2.1.1", features = ["nightly"] }
2020
heapless = { version = "0.9.2", default-features = false }
2121
esp-alloc = "0.9.0"
22-
esp-hal-wifimanager = { version = "0.2.9", default-features = false, features = ["ap", "ble", "esp32c3", "ota"] }
22+
esp-hal-wifimanager = { version = "0.2.10", default-features = false, features = ["ap", "ble", "esp32c3", "ota"] }
2323
serde = { version = "1.0.228", features = ["alloc", "derive"], default-features = false }
2424
serde_json = { version = "1.0.149", default-features = false, features = ["alloc"] }
2525
adv-shift-registers = "0.2.5"

0 commit comments

Comments
 (0)