-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Xiaomi QR code is parsed incorrectly #18
Labels
bug
Something isn't working
Comments
Thank for your report. |
kokoye2007
added a commit
that referenced
this issue
May 21, 2023
If you don't mind, |
Thank you for the quick fix! This version worked correctly.
вс, 21 мая 2023 г. в 20:28, kokoye2007 ***@***.***>:
… If you don't mind,
Please testing with this branch
https://github.com/kokoye2007/wifi-qr/tree/18-xiaomi-qr-code-is-parsed-incorrectly
—
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAESBUNWFBPPJGFHOACHWCDXHJGCPANCNFSM6AAAAAAYJP73SQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
kokoye2007
added a commit
that referenced
this issue
May 21, 2023
kokoye2007
added a commit
that referenced
this issue
May 21, 2023
kokoye2007
added a commit
that referenced
this issue
May 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The QR data has the following format:
QR-Code:WIFI:T:WPA;P:MYPASSWORD;S:MYSSID;H:false;
which currently parses asSSID:<empty>
,PASS:MYPASSWORD,S:MYSSID
.The text was updated successfully, but these errors were encountered: