Merge pull request #220 from grauerfuchs/iceman_fork

fixed: lf t55 config d won't accept FSK2a
This commit is contained in:
Iceman 2018-08-05 10:26:52 +02:00 committed by GitHub
commit 7d0fd7203e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -198,7 +198,7 @@ void printT5xxHeader(uint8_t page){
int CmdT55xxSetConfig(const char *Cmd) {
uint8_t offset = 0;
char modulation[5] = {0x00};
char modulation[6] = {0x00};
char tmp = 0x00;
uint8_t bitRate = 0;
uint8_t rates[9] = {8,16,32,40,50,64,100,128,0};