mirror of
https://github.com/RfidResearchGroup/ChameleonMini.git
synced 2026-05-12 11:20:37 -07:00
Ported fptrs fixes
This commit is contained in:
@@ -628,7 +628,7 @@ void ISO15693CodecTask(void) {
|
||||
|
||||
if (DemodByteCount > 0) {
|
||||
LogEntry(LOG_INFO_CODEC_RX_DATA, CodecBuffer, DemodByteCount);
|
||||
//LEDHook(LED_CODEC_RX, LED_PULSE);
|
||||
LEDHook(LED_CODEC_RX, LED_PULSE);
|
||||
|
||||
if (CodecBuffer[0] & REQ_SUBCARRIER_DUAL) {
|
||||
bDualSubcarrier = true;
|
||||
|
||||
Reference in New Issue
Block a user