chg 'hw status' - reply NG.... thanks @cjbrigato

This commit is contained in:
iceman1001 2019-09-17 19:13:00 +02:00
commit d3651cc075
2 changed files with 2 additions and 2 deletions

View file

@ -343,7 +343,7 @@ void SendStatus(void) {
Flashmem_print_info();
#endif
reply_old(CMD_ACK, 1, 0, 0, 0, 0);
reply_ng(CMD_STATUS, PM3_SUCCESS, NULL, 0);
}
void SendCapabilities(void) {