mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-18 22:38:32 +03:00
simtrace: add dedicated power pins configuration for sniffing
Change-Id: Ie37edbae6ea42d2b0c2a30eb5590afd0be797d39
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
* Internal variables
|
||||
*------------------------------------------------------------------------------*/
|
||||
/* Pin configuration to sniff communication (using USART connection to SIM card) */
|
||||
static const Pin pins_sniff[] = { PINS_SIM_SNIFF_SIM };
|
||||
static const Pin pins_sniff[] = { PINS_SIM_SNIFF };
|
||||
/* Connect phone to card using bus switch */
|
||||
static const Pin pins_bus[] = { PINS_BUS_SNIFF };
|
||||
/* Power card using phone VCC */
|
||||
|
||||
Reference in New Issue
Block a user