Fix broken QR code wifi example

single-tiddler-mode
Jermolene 2018-06-23 10:18:39 +01:00
rodzic acaa07a964
commit 929b0c9833
1 zmienionych plików z 2 dodań i 4 usunięć

Wyświetl plik

@ -3,17 +3,15 @@ tags: $:/tags/MakeQR
caption: Wifi
\define wifi-url()
WIFI:wifi name;T:WPA;S:SSID;P:password;
WIFI:T:WPA;S:SSID;P:password;;
\end
\define image(network,encryption,ssid,password)
<img src=<<makeqr text:"""WIFI:$network$;T:$encryption$;S:$ssid$;P:$password$;""" size:"350">>/>
<img src=<<makeqr text:"""WIFI:T:$encryption$;S:$ssid$;P:$password$;;""" size:"350">>/>
\end
! Enter the details of your wifi network
Name of wifi network: <$edit-text tiddler="$:/config/plugins/tiddlywiki/qrcode/wifi/network" tag="input" default=""/>
Encryption: <$select tiddler="$:/config/plugins/tiddlywiki/qrcode/wifi/encryption" default="none">
<option value="none">None</option>
<option value="WEP">WEP</option>