mirror of
https://github.com/wh201906/Proxmark3GUI.git
synced 2026-07-14 22:55:32 +08:00
Store keys and data into class Mifare
This commit is contained in:
@@ -95,7 +95,7 @@ void PM3Process::onReadyRead()
|
||||
requiredOutput->append(out);
|
||||
if(out != "")
|
||||
{
|
||||
qDebug() << "PM3Process::onReadyRead:" << out;
|
||||
// qDebug() << "PM3Process::onReadyRead:" << out;
|
||||
emit newOutput(out);
|
||||
|
||||
}
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@ Util::Util(QObject *parent) : QObject(parent)
|
||||
|
||||
void Util::processOutput(QString output)
|
||||
{
|
||||
qDebug() << "Util::processOutput:" << output;
|
||||
// qDebug() << "Util::processOutput:" << output;
|
||||
if(isRequiringOutput)
|
||||
{
|
||||
requiredOutput->append(output);
|
||||
|
||||
Reference in New Issue
Block a user