From 2096a811d4230640c6abc92fb19cf060419b7840 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sat, 5 Dec 2020 12:06:12 +0100 Subject: [PATCH] Added TODO list for debug decoder --- extras/decoder/DebugDecoder.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/extras/decoder/DebugDecoder.py b/extras/decoder/DebugDecoder.py index 5e19ae30..330326f6 100644 --- a/extras/decoder/DebugDecoder.py +++ b/extras/decoder/DebugDecoder.py @@ -3,6 +3,15 @@ from pathlib import Path from argparse import RawTextHelpFormatter +''' +TODO list: + 1. Parse macro values (the names of bits in all registers in header file) + 2. Failed SPI write handling + 3. SX126x/SX128x handling + 4. AT handling +''' + + def get_macro_name(value, macros): for macro in macros: if macro[1] == value: