This commit is contained in:
iceman1001 2019-09-12 17:38:13 +02:00
commit 75f4a6123c

View file

@ -1306,7 +1306,7 @@ void CmdHIDdemodFSK(int findone, uint32_t *high, uint32_t *low, int ledcontrol)
hi2 = hi = lo = idx = 0;
}
FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
DbpString("Stopped");
DbpString("HID fsk demod stopped");
if (ledcontrol) LED_A_OFF();
}