From 1e18f3eb5870f61151ad96c19da7840b6684f497 Mon Sep 17 00:00:00 2001 From: Kai Lauterbach Date: Mon, 22 Apr 2024 19:12:27 +0200 Subject: [PATCH] Debug messages enabled --- uvk5_CEC_05_HF_DO4KLA.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uvk5_CEC_05_HF_DO4KLA.py b/uvk5_CEC_05_HF_DO4KLA.py index d49a7a9..b82e09e 100755 --- a/uvk5_CEC_05_HF_DO4KLA.py +++ b/uvk5_CEC_05_HF_DO4KLA.py @@ -56,7 +56,7 @@ DEBUG_SHOW_OBFUSCATED_COMMANDS = False # Show the memory being written/received. Not needed normally, because # this is the same information as in the packet hexdumps, but # might be useful for someone debugging some obscure memory issue -DEBUG_SHOW_MEMORY_ACTIONS = False +DEBUG_SHOW_MEMORY_ACTIONS = True DEBUG_WRITE_RADIO_HEXDUMP = True