Debug messages enabled
This commit is contained in:
parent
cb62639cc1
commit
1e18f3eb58
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ DEBUG_SHOW_OBFUSCATED_COMMANDS = False
|
||||||
# Show the memory being written/received. Not needed normally, because
|
# Show the memory being written/received. Not needed normally, because
|
||||||
# this is the same information as in the packet hexdumps, but
|
# this is the same information as in the packet hexdumps, but
|
||||||
# might be useful for someone debugging some obscure memory issue
|
# 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
|
DEBUG_WRITE_RADIO_HEXDUMP = True
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue