Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added required usb module dependency #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For information on the MouseJack vulnerabilities, please visit [mousejack.com](h
Install dependencies on Ubuntu:

```
sudo apt-get install sdcc binutils python python-pip
sudo apt-get install sdcc binutils python python-pip python-usb
sudo pip install -U pip
sudo pip install -U -I pyusb
sudo pip install -U platformio
Expand Down Expand Up @@ -217,4 +217,4 @@ Transmit a continuous tone at 2405MHz
```
cd nrf-research-firmware
./nrf24-continuous-tone-test.py -c 5
```
```