TiLDA MK3/wifi: Difference between revisions
Jump to navigation
Jump to search
Marekventur (talk | contribs) No edit summary |
Marekventur (talk | contribs) |
||
Line 1: | Line 1: | ||
= wifi.json = | = wifi.json = | ||
A simple json document containing at least those properties: | |||
<pre> | |||
{"ssid":"your-wifi-name","pw":"your-wifi-password"} | |||
</pre> | |||
Most badge apps that use the wifi chip will expect a wifi.json file to exist. Please make sure it's valid json and that both name and password are in the correct case. | |||
Please make sure to "eject" the usb storage properly before restarting the badge. |
Revision as of 11:25, 24 July 2016
wifi.json
A simple json document containing at least those properties:
{"ssid":"your-wifi-name","pw":"your-wifi-password"}
Most badge apps that use the wifi chip will expect a wifi.json file to exist. Please make sure it's valid json and that both name and password are in the correct case.
Please make sure to "eject" the usb storage properly before restarting the badge.