chg: update reveng v1.6.0 -> v1.6.2

This commit is contained in:
iceman1001 2019-03-16 07:18:58 +01:00
commit 3efa05060e
10 changed files with 345 additions and 337 deletions

View file

@ -401,7 +401,7 @@ char *SwapEndianStr(const char *inStr, const size_t len, const uint8_t blockSize
// takes hex string in and searches for a matching result (hex string must include checksum)
int CmdrevengSearch(const char *Cmd) {
#define NMODELS 105
#define NMODELS 106
char inHexStr[100] = {0x00};
int dataLen = param_getstr(Cmd, 0, inHexStr, sizeof(inHexStr));