Merge pull request #645 from mwalker33/em4x05-bug

Em4x05 bug
This commit is contained in:
Iceman 2020-04-05 06:36:48 +02:00 committed by GitHub
commit 5c0505cd48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2405,7 +2405,7 @@ void SendForward(uint8_t fwd_bit_count) {
WaitUS(32 * 8);
} else {
TurnReadLF_off(23 * 8);
TurnReadLFOn(32-23 * 8);
TurnReadLFOn((32-23) * 8);
}
}
}