Skip to content

debug modus in OBD2UART.cpp / OBD2UART.h #73

@stmb-100

Description

@stmb-100

void debugOutput(const char *s); missing in OBD2UART.h

if the debug mode is activated in the file OBD2UART.cpp with #define DEBUG Serial
is activated, this error message is displayed when compiling.

error: no 'void COBD :: debugOutput (const char *)' member function declared in class 'COBD' void COBD :: debugOutput (const char * s)

after entering
void debugOutput (const char * s);
in OBD2UART.h in the OBD class under private:

an error message is no longer displayed

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