hsmcpp icon indicating copy to clipboard operation
hsmcpp copied to clipboard

HSM_LOGGING_MODE_STRICT_VERBOSE on arduino

Open gmkado opened this issue 1 year ago • 0 comments

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

Should this line https://github.com/igor-krechetov/hsmcpp/blob/91b791de43c263a9ce2025267506e9c41ddba555/src/logging.cpp#L4

be this:

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

gmkado avatar Feb 14 '24 06:02 gmkado