generate wifi QRCode
karlTH opened this issue · comments
THOMAS karl commented
Hello,
Did you thinks that it's possible to generate qrCode for wifi access ?
Thanks a lot for the librarie.
Richard Moore commented
Yupp, you certainly can. :)
Here is the long version from zebra crossing, but the TL;DR for your purposes can just use this format:
WIFI:S:;T:<WPA|WEP|>;P:;;
For example:
WIFI:S:STARBUCKS;T:WPA;P:PASSWORD123;;
Hope that helps.
THOMAS karl commented
thanks a lot