File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -80,8 +80,7 @@ The roms must be packed with [LCD-Game-Shrinker](https://github.com/bzhxx/LCD-Ga
80
80
81
81
## Wifi
82
82
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:
85
84
86
85
```` json
87
86
{
@@ -90,6 +89,18 @@ It should look like this:
90
89
}
91
90
````
92
91
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
+
93
104
### Time synchronization
94
105
Time synchronization happens in the launcher immediately after a successful connection to the network.
95
106
This is done via NTP by contacting ` pool.ntp.org ` and cannot be disabled at this time.
You can’t perform that action at this time.
0 commit comments