CHG: centralized the LF signal properties LOW/HIGH/MEAN/AMPLITUDE/ISNOISE into one struct.

CHG: 'data raw ar'  - didn't take in consideration the command line parameter CLOCK.
This commit is contained in:
iceman1001 2017-11-06 15:06:42 +01:00
commit 881c7115a7
9 changed files with 221 additions and 192 deletions

View file

@ -1316,10 +1316,7 @@ bool AquireData( uint8_t page, uint8_t block, bool pwdmode, uint32_t password ){
}
setGraphBuf(got, sizeof(got));
if (is_justnoise(GraphBuffer, sizeof(got)))
return false;
return true;
return justNoise(got, sizeof(got));
}
char * GetBitRateStr(uint32_t id, bool xmode) {