Skip to content

Commit

Permalink
Updated README.md to contain links to all other documents
Browse files Browse the repository at this point in the history
  • Loading branch information
ducalex committed Oct 30, 2024
1 parent 3e238b4 commit 1ffc313
Showing 1 changed file with 12 additions and 19 deletions.
31 changes: 12 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
- [Installation](#installation)
- [Usage](#usage)
- [Issues](#issues)
- [Theming](#theming)
- [Building](#building)
- [Development](#development)
- [Acknowledgements](#acknowledgements)
- [License](#license)

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

## Wifi

To use wifi you will need to create a `/retro-go/config/wifi.json` config file. Its content should look like this:
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:

````json
{
"ssid": "my-network",
"password": "my-password"
}
````

Multiple networks can be defined using the following format (then selectable in the Options menu):
````json
{
"ssid0": "my-network",
"password0": "my-password",
"ssid1": "my-network",
"ssid1": "my-other-network",
"password1": "my-password",
"ssid2": "my-network",
"password2": "my-password"
"ssid2": "my-third-network",
"password2": "my-password",
"ssid3": "my-last-network",
"password3": "my-password"
}
````

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


# Theming
Instructions moved to [THEMING.md](THEMING.md).

# Development
If you wish to build or modify Retro-Go, you can find help in the following documents:

# Building
Instructions moved to [BUILDING.md](BUILDING.md).
- Build instructions in [BUILDING.md](BUILDING.md)
- Theming instructions [THEMING.md](THEMING.md)
- Porting instructions in [PORTING.md](PORTING.md)


# Acknowledgements
Expand Down

0 comments on commit 1ffc313

Please sign in to comment.