mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Fix broken QR code wifi example
This commit is contained in:
parent
acaa07a964
commit
929b0c9833
@ -3,17 +3,15 @@ tags: $:/tags/MakeQR
|
|||||||
caption: Wifi
|
caption: Wifi
|
||||||
|
|
||||||
\define wifi-url()
|
\define wifi-url()
|
||||||
WIFI:wifi name;T:WPA;S:SSID;P:password;
|
WIFI:T:WPA;S:SSID;P:password;;
|
||||||
\end
|
\end
|
||||||
|
|
||||||
\define image(network,encryption,ssid,password)
|
\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
|
\end
|
||||||
|
|
||||||
! Enter the details of your wifi network
|
! 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">
|
Encryption: <$select tiddler="$:/config/plugins/tiddlywiki/qrcode/wifi/encryption" default="none">
|
||||||
<option value="none">None</option>
|
<option value="none">None</option>
|
||||||
<option value="WEP">WEP</option>
|
<option value="WEP">WEP</option>
|
||||||
|
Loading…
Reference in New Issue
Block a user