space
This commit is contained in:
@@ -231,7 +231,7 @@ int CmdHFTune(const char *Cmd) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
uint16_t volt = resp.data.asDwords[0] & 0xFFFF;
|
uint16_t volt = resp.data.asDwords[0] & 0xFFFF;
|
||||||
PrintAndLogEx(INPLACE, "%u mV / %2u V", volt, (uint16_t)(volt / 1000));
|
PrintAndLogEx(INPLACE, " %u mV / %2u V", volt, (uint16_t)(volt / 1000));
|
||||||
}
|
}
|
||||||
mode[0] = 3;
|
mode[0] = 3;
|
||||||
|
|
||||||
|
|||||||
@@ -286,7 +286,7 @@ static int CmdLFTune(const char *Cmd) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
uint32_t volt = resp.data.asDwords[0];
|
uint32_t volt = resp.data.asDwords[0];
|
||||||
PrintAndLogEx(INPLACE, "%u mV / %3u V", volt, (uint32_t)(volt / 1000));
|
PrintAndLogEx(INPLACE, " %u mV / %3u V", volt, (uint32_t)(volt / 1000));
|
||||||
}
|
}
|
||||||
|
|
||||||
params[0] = 3;
|
params[0] = 3;
|
||||||
|
|||||||
Reference in New Issue
Block a user