fix commands.json generator, 608 -> 687 commands!

This commit is contained in:
Philippe Teuwen
2022-02-16 14:52:26 +01:00
parent c5658f2a0b
commit fbc60ccbbb
3 changed files with 1210 additions and 759 deletions
+2
View File
@@ -206,6 +206,8 @@ void CmdsHelp(const command_t Commands[]) {
}
++i;
}
// empty line needed for the help2json parser
PrintAndLogEx(NORMAL, "");
}
int CmdsParse(const command_t Commands[], const char *Cmd) {