chg: update reveng v1.6.0 -> v1.6.2
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user