diff --git a/xn297 decoder/xn297 decoder.rc b/xn297 decoder/xn297 decoder.rc index 1efd9ea..d886165 100644 Binary files a/xn297 decoder/xn297 decoder.rc and b/xn297 decoder/xn297 decoder.rc differ diff --git a/xn297 decoder/xn297decoder.cpp b/xn297 decoder/xn297decoder.cpp index 6317aaf..5220174 100644 --- a/xn297 decoder/xn297decoder.cpp +++ b/xn297 decoder/xn297decoder.cpp @@ -195,7 +195,6 @@ void xn297decoder::decodeStd() log.clear(); in_packet = true; } - // TODO: reverse address if (in_packet) { if (bit & 0x01) { byte |= 1 << (7 - bit_count);