This commit is contained in:
iceman1001 2019-04-10 08:52:45 +02:00
commit 1809d6c839
2 changed files with 2 additions and 2 deletions

View file

@ -60,7 +60,7 @@ int CmdNexWatchDemod(const char *Cmd) {
setDemodBuff(DemodBuffer, size, idx + 4);
setClockGrid(g_DemodClock, g_DemodStartIdx + ((idx + 4)*g_DemodClock));
idx = 8 + 32; // 8 = preamble, 32 = reserved bits (always 0)
// idx = 8 + 32; // 8 = preamble, 32 = reserved bits (always 0)
//get ID
uint32_t ID = 0;