feat(wifi): share public network with QR code

This commit is contained in:
Fred 2025-11-11 16:21:45 +01:00 committed by GitHub
parent ae3fdd5cf9
commit b9dfcde7b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 214 additions and 2 deletions

7
Cargo.lock generated
View file

@ -3606,6 +3606,7 @@ dependencies = [
"num-traits",
"once_cell",
"ouroboros",
"qrcode",
"rustc-hash 2.1.1",
"thiserror 1.0.69",
"unicode-segmentation",
@ -6287,6 +6288,12 @@ dependencies = [
"bytemuck",
]
[[package]]
name = "qrcode"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "166f136dfdb199f98186f3649cf7a0536534a61417a1a30221b492b4fb60ce3f"
[[package]]
name = "quick-error"
version = "2.0.1"