Allow to see help from all categories

This commit is contained in:
Philippe Teuwen
2021-04-19 01:16:39 +02:00
parent 7e68064446
commit e2cc02af49
2 changed files with 5 additions and 3 deletions

View File

@@ -1195,7 +1195,7 @@ int CmdEM4x50Sim(const char *Cmd) {
}
} while (keypress == false);
if (keypress) {
SendCommandNG(CMD_BREAK_LOOP, NULL, 0);
status = PM3_EOPABORTED;