Skip to content

Commit 6025151

Browse files
committed
Added note about multi-ssid in README.md
1 parent b679618 commit 6025151

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ The roms must be packed with [LCD-Game-Shrinker](https://github.com/bzhxx/LCD-Ga
8080

8181
## Wifi
8282

83-
To use wifi you will need to add your config to `/retro-go/config/wifi.json` file.
84-
It should look like this:
83+
To use wifi you will need to create a `/retro-go/config/wifi.json` config file. Its content should look like this:
8584

8685
````json
8786
{
@@ -90,6 +89,18 @@ It should look like this:
9089
}
9190
````
9291

92+
Multiple networks can be defined using the following format (then selectable in the Options menu):
93+
````json
94+
{
95+
"ssid0": "my-network",
96+
"password0": "my-password",
97+
"ssid1": "my-network",
98+
"password1": "my-password",
99+
"ssid2": "my-network",
100+
"password2": "my-password"
101+
}
102+
````
103+
93104
### Time synchronization
94105
Time synchronization happens in the launcher immediately after a successful connection to the network.
95106
This is done via NTP by contacting `pool.ntp.org` and cannot be disabled at this time.

0 commit comments

Comments
 (0)