bndw / wifi-card

📶 Print a QR code for connecting to your WiFi (wificard.io)
https://wificard.io
MIT License
6.62k stars 465 forks source link

fix: nopass support #266

Closed bndw closed 1 year ago

bndw commented 1 year ago

When a network has no password the T attribute must have a value of "nopass", previously it was being set to an empty string.

Fixes #265