SWIG experiments

This commit is contained in:
Philippe Teuwen
2020-05-28 02:13:21 +02:00
parent 62ce1cdf13
commit a503dfcd98
34 changed files with 8106 additions and 15 deletions
+1 -1
View File
@@ -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;
}