Matheus-Garbelini / braktooth_esp32_bluetooth_classic_attacks

A Series of Baseband & LMP Exploits against Bluetooth Classic Controllers
https://braktooth.com
448 stars 85 forks source link

The Usage of firmware.py is incorrect described in README.md #4

Closed JianwenLi-GS closed 3 years ago

JianwenLi-GS commented 3 years ago

2) Installation Instructions python3 firmware.py /dev/ttyUSB3

should be python3 firmware.py flash /dev/ttyUSB3

$  python3 firmware.py /dev/ttyUSB3
------ Usage help -------
./firmware.py **flash** <port name>  # Flash firmware using serial port
./firmware.py reset <port name>  # Reset firmware using serial port
Matheus-Garbelini commented 3 years ago

@JianwenLi-GS thanks. Just fixed this on last commit

JianwenLi-GS commented 3 years ago

@JianwenLi-GS thanks. Just fixed this on last commit

"python3 flash firmware.py" on last commit? the correct is "python3 firmware.py flash"

Matheus-Garbelini commented 3 years ago

@JianwenLi-GS Yes, I've fixed the typo, thanks.