You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I set up/modifiy the source code to generate wifi-qrcode for "hidden network"?
Is it correct code?
hidden = 'true'
qr = pq.create(f'WIFI:S:{ssid};T:{security};P:{password};H:{hidden};;')
The text was updated successfully, but these errors were encountered:
How can I set up/modifiy the source code to generate wifi-qrcode for "hidden network"?
Is it correct code?
hidden = 'true'
qr = pq.create(f'WIFI:S:{ssid};T:{security};P:{password};H:{hidden};;')
The text was updated successfully, but these errors were encountered: