mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 08:04:44 +00:00
SWIG experiments
This commit is contained in:
@@ -66,7 +66,7 @@ static bool OpenPm3(void) {
|
||||
return true;
|
||||
}
|
||||
// Open with LocalSocket. Not a tcp connection!
|
||||
bool ret = OpenProxmark("socket:"PM3_LOCAL_SOCKET_SERVER, false, 1000, false, 115200);
|
||||
bool ret = OpenProxmark(session.current_device, "socket:"PM3_LOCAL_SOCKET_SERVER, false, 1000, false, 115200);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user