Debug messages enabled

This commit is contained in:
Kai Lauterbach 2024-04-22 19:12:27 +02:00
parent cb62639cc1
commit 1e18f3eb58

View file

@ -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