flxn / qrcode2stl

Web App to create 3d-printable QR-Codes
https://flxn.de/qrcode2stl/
MIT License
169 stars 61 forks source link

Add no password option for WiFI #16

Closed HannahRy closed 4 years ago

HannahRy commented 4 years ago

The WiFi QR generator currently does not work for networks with no password. The Authentication type needs to be set to 'nopass' or the T parameter omitted completely for theses networks.

As a current work-around WIFI:S:<SSID>;;;; can be entered in as text.

flxn commented 4 years ago

Thanks for the info. I updated it and added a "No password" option. Alternatively you can also leave the password field empty. P is now empty when T is set to nopass. I hope this is according to spec.

HannahRy commented 4 years ago

Testing with my Pixel 3 it works as expected. P being empty when T is set to nopass I believe is according to spec. Thanks! 😊