fix: 'hf mfu dump' - partial dump detection
This commit is contained in:
@@ -1781,7 +1781,7 @@ int CmdHF14AMfUDump(const char *Cmd){
|
||||
return 1;
|
||||
}
|
||||
|
||||
bool is_partial = (pages == bufferSize/4);
|
||||
bool is_partial = (pages != bufferSize/4);
|
||||
|
||||
pages = bufferSize/4;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user