FIX: adding a test to see if we managed to get the correct demodulation from an unknown t55x7 tag.

By checking if the configuration data (page 0, block 0)  has some settings that must be the same.   think  reserved 7bits, This is a trail and error approach.
But together with setting a manual configuration to read a tag and this automatic verification it will help out alot I think.
This commit is contained in:
iceman1001
2015-03-12 23:04:02 +01:00
parent a8cd503dd5
commit 3e4811c8b7
2 changed files with 38 additions and 15 deletions

View File

@@ -22,4 +22,5 @@ char * GetSaferStr(uint32_t id);
char * GetModulationStr( uint32_t id);
uint32_t PackBits(uint8_t start, uint8_t len, uint8_t* bitstream);
void printT55xx(const char *demodStr);
bool test();
#endif