Skip to content

HSM_LOGGING_MODE_STRICT_VERBOSE on arduino #11

Open
@gmkado

Description

@gmkado

I tried turning debug logging on with HSM_LOGGING_MODE_STRICT_VERBOSE and it failed to find serialPrintf (using arduino).

Should this line

#if defined(PLATFORM_ARDUINO) && defined(HSM_DISABLE_TRACES)

be this:

#if defined(PLATFORM_ARDUINO) && !defined(HSM_DISABLE_TRACES)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions