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
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