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)
I tried turning debug logging on with
HSM_LOGGING_MODE_STRICT_VERBOSEand it failed to findserialPrintf(using arduino).Should this line
hsmcpp/src/logging.cpp
Line 4 in 91b791d
be this: