mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Linux: add native support for Bluetooth in client
This commit is contained in:
parent
73e6f0d07e
commit
7ca7677568
8 changed files with 151 additions and 23 deletions
|
@ -19,6 +19,14 @@ make clean
|
|||
make SKIPQT=1
|
||||
```
|
||||
|
||||
On Linux hosts, if the Bluez headers and library are present, the client will be compiled with native Bluetooth support. It's possible to explicitly skip Bluetooth support with:
|
||||
|
||||
```
|
||||
make clean
|
||||
make SKIPBT=1
|
||||
```
|
||||
|
||||
|
||||
## Firmware
|
||||
|
||||
By default, the firmware is of course tuned for the Proxmark3 Rdv4.0 device, which has built-in support for 256kb onboard flash SPI memory, Sim module (smart card support), FPC connector.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue