mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
fix typo
This commit is contained in:
parent
a13b770abb
commit
355bc88827
1 changed files with 1 additions and 1 deletions
|
@ -1951,7 +1951,7 @@ int CmdTuneSamples(const char *Cmd) {
|
||||||
|
|
||||||
// 1% over threshold and supposedly non-RDV4
|
// 1% over threshold and supposedly non-RDV4
|
||||||
if ((approx_vdd > approx_vdd_other_max * 1.01) && (!IfPm3Rdv4Fw())) {
|
if ((approx_vdd > approx_vdd_other_max * 1.01) && (!IfPm3Rdv4Fw())) {
|
||||||
PrintAndLogEx(WARNING, "Contradicting measures seem to indicate you're running a " _YELLOW_("PM3_GENERIC firmware on a RDV4"));
|
PrintAndLogEx(WARNING, "Contradicting measures seem to indicate you're running a " _YELLOW_("PM3GENERIC firmware on a RDV4"));
|
||||||
PrintAndLogEx(WARNING, "False positives is possible but please check your setup");
|
PrintAndLogEx(WARNING, "False positives is possible but please check your setup");
|
||||||
}
|
}
|
||||||
// 1% below threshold and supposedly RDV4
|
// 1% below threshold and supposedly RDV4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue