Skip to content

Commit

Permalink
Updated Wiimote Controller (markdown)
Browse files Browse the repository at this point in the history
  • Loading branch information
missionfloyd committed Jun 18, 2020
1 parent ae640ca commit 6597596
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Wiimote-Controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ In the menu, choose to update the RetroPie-Setup script (option U) first. The pi

Now install the needed parts:
```shell
sudo apt-get install bluetooth vorbis-tools python-cwiid wminput
sudo apt install bluetooth vorbis-tools python-cwiid wminput
```

### Getting the wiimotes to work
Expand Down Expand Up @@ -553,11 +553,11 @@ APT::Default-Release "jessie";
In the terminal, do and update followed by the Bluez install:
```shell
sudo apt-get update
sudo apt update
```
then:
```shell
sudo apt-get install bluez -t stretch
sudo apt install bluez -t stretch
```
BlueZ will be updated from 5.23 => 5.36. You can check the change with ```bluetoothd -v```.
Expand Down

0 comments on commit 6597596

Please sign in to comment.