mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
make btpin & btfactory accessible in BTADDON builds
This commit is contained in:
parent
9ac17cf7bf
commit
01ce580e7b
3 changed files with 7 additions and 1 deletions
|
@ -72,6 +72,11 @@ bool IfPm3FpcUsartDevFromUsb(void) {
|
|||
return !conn.send_via_fpc_usart;
|
||||
}
|
||||
|
||||
bool IfPm3FpcUsartFromUsb(void) {
|
||||
// true if FPC USART Host or developer support and if talking from USB-CDC interface
|
||||
return IfPm3FpcUsartHostFromUsb() || IfPm3FpcUsartDevFromUsb();
|
||||
}
|
||||
|
||||
bool IfPm3Lf(void) {
|
||||
if (!IfPm3Present())
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue