mirror of
https://github.com/wh201906/Proxmark3GUI.git
synced 2026-07-14 22:55:32 +08:00
Support wipe(), lockUFUID(), setUIDParameter(),
in latest Iceman repo Fix a error in keyPattern Test all R/W functions in Iceman client and Official client
This commit is contained in:
@@ -49,6 +49,7 @@ QString Util::execCMDWithOutput(const QString& cmd, ReturnTrigger trigger)
|
||||
if(!isRunning)
|
||||
break;
|
||||
QApplication::processEvents();
|
||||
// qDebug() << "currOutput:" << *requiredOutput;
|
||||
for(QString otpt : trigger.expectedOutputs)
|
||||
{
|
||||
re.setPattern(otpt);
|
||||
|
||||
Reference in New Issue
Block a user