fix: ..its not noise ...

fix:  only assume Graphbuffer values 128 -> -127 ...
This commit is contained in:
iceman1001 2017-11-06 15:43:15 +01:00
parent e3ac1c586f
commit dd0b11c0ef

View file

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