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
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
inline void debugSendAnsiCode(const char* code, Print* _logOutput)
|
// inline void debugSendAnsiCode(const char* code, Print* _logOutput)
|
||||||
{
|
// {
|
||||||
#ifdef ARDUINO
|
// #ifdef ARDUINO
|
||||||
if(debugAnsiCodes) _logOutput->print(code);
|
// if(debugAnsiCodes) _logOutput->print(code);
|
||||||
#else
|
// #else
|
||||||
if(debugAnsiCodes) debug_print(_logOutput, code);
|
// if(debugAnsiCodes) debug_print(_logOutput, code);
|
||||||
#endif
|
// #endif
|
||||||
}
|
// }
|
||||||
|
|
||||||
/*
|
/*
|
||||||
void debug_timestamp()
|
void debug_timestamp()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user