Skip to content

Commit 1ffc313

Browse files
committed
Updated README.md to contain links to all other documents
1 parent 3e238b4 commit 1ffc313

File tree

1 file changed

+12
-19
lines changed

1 file changed

+12
-19
lines changed

README.md

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
- [Installation](#installation)
44
- [Usage](#usage)
55
- [Issues](#issues)
6-
- [Theming](#theming)
7-
- [Building](#building)
6+
- [Development](#development)
87
- [Acknowledgements](#acknowledgements)
98
- [License](#license)
109

@@ -85,24 +84,18 @@ The roms must be packed with [LCD-Game-Shrinker](https://github.com/bzhxx/LCD-Ga
8584

8685
## Wifi
8786

88-
To use wifi you will need to create a `/retro-go/config/wifi.json` config file. Its content should look like this:
87+
To use wifi you will need to create a `/retro-go/config/wifi.json` config file. You can define up to 4 different networks, then selectable in the menu. Its content should look like this:
8988

90-
````json
91-
{
92-
"ssid": "my-network",
93-
"password": "my-password"
94-
}
95-
````
96-
97-
Multiple networks can be defined using the following format (then selectable in the Options menu):
9889
````json
9990
{
10091
"ssid0": "my-network",
10192
"password0": "my-password",
102-
"ssid1": "my-network",
93+
"ssid1": "my-other-network",
10394
"password1": "my-password",
104-
"ssid2": "my-network",
105-
"password2": "my-password"
95+
"ssid2": "my-third-network",
96+
"password2": "my-password",
97+
"ssid3": "my-last-network",
98+
"password3": "my-password"
10699
}
107100
````
108101

@@ -162,12 +155,12 @@ of losing data when powering down too quickly. Also note that when *resuming* a
162155
to a save state if present.
163156

164157

165-
# Theming
166-
Instructions moved to [THEMING.md](THEMING.md).
167-
158+
# Development
159+
If you wish to build or modify Retro-Go, you can find help in the following documents:
168160

169-
# Building
170-
Instructions moved to [BUILDING.md](BUILDING.md).
161+
- Build instructions in [BUILDING.md](BUILDING.md)
162+
- Theming instructions [THEMING.md](THEMING.md)
163+
- Porting instructions in [PORTING.md](PORTING.md)
171164

172165

173166
# Acknowledgements

0 commit comments

Comments
 (0)