Skip to content

Put CH569 in debug mode #23

@hansfbaier

Description

@hansfbaier

Hi,
When I send those commands, I can put the CH569 in debug mode (or disable it):

ENABLE_DEBUG_CMD = [
    0xa8, 0x0e, 0x00, 0x07, 0x00,
    0x11, 0xbf, 0xf9, 0xf7, 
    0x13, 0xbf, 0xf9, 0xec,
    0xe5,       
    0xf2,        
    0xff, 0x8f 
]

DISABLE_DEBUG_CMD = [
    0xa8, 0x0e, 0x00, 0x07, 0x00,
    0x11, 0xbf, 0xf9, 0xf7,
    0x13, 0xbf, 0xf9, 0xec,
    0x45,
    0xf2,
    0xff, 0x8f
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions