feat(wifi): share public network with QR code
This commit is contained in:
parent
ae3fdd5cf9
commit
b9dfcde7b1
5 changed files with 214 additions and 2 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue