Update cmdhficlass.c

Signed-off-by: Antiklesys <syselkitna@gmail.com>
This commit is contained in:
Antiklesys
2026-04-03 12:17:34 +08:00
committed by GitHub
parent 2145bc8869
commit b5fe39cf34
+1 -1
View File
@@ -4770,7 +4770,7 @@ out:
DropField();
if (setDeviceDebugLevel(dbg_curr, false) != PM3_SUCCESS) {
if (setDeviceDebugLevel(verbose ? MAX(dbg_curr, DBG_INFO) : DBG_NONE, false) != PM3_SUCCESS) {
return PM3_EFAILED;
}
// disable tearoff in case of keyboard abort, or it'll trigger on next operation