mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 05:06:44 +00:00
Fix linux build
This commit is contained in:
parent
850bcd357d
commit
0e1241ccf9
@ -34,14 +34,14 @@ inline void debugSendAnsiCode(const __FlashStringHelper* code, Print* _logOutput
|
||||
#endif
|
||||
}
|
||||
|
||||
inline void debugSendAnsiCode(const char* code, Print* _logOutput)
|
||||
{
|
||||
#ifdef ARDUINO
|
||||
if(debugAnsiCodes) _logOutput->print(code);
|
||||
#else
|
||||
if(debugAnsiCodes) debug_print(_logOutput, code);
|
||||
#endif
|
||||
}
|
||||
// inline void debugSendAnsiCode(const char* code, Print* _logOutput)
|
||||
// {
|
||||
// #ifdef ARDUINO
|
||||
// if(debugAnsiCodes) _logOutput->print(code);
|
||||
// #else
|
||||
// if(debugAnsiCodes) debug_print(_logOutput, code);
|
||||
// #endif
|
||||
// }
|
||||
|
||||
/*
|
||||
void debug_timestamp()
|
||||
|
Loading…
x
Reference in New Issue
Block a user