|
|
@ -47,6 +47,8 @@ void debugSend(const char * format, ...) { |
|
|
|
_telnetWrite(buffer, strlen(buffer)); |
|
|
|
#endif
|
|
|
|
|
|
|
|
free(buffer); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
void debugSend_P(PGM_P format, ...) { |
|
|
@ -83,6 +85,8 @@ void debugSend_P(PGM_P format, ...) { |
|
|
|
_telnetWrite(buffer, strlen(buffer)); |
|
|
|
#endif
|
|
|
|
|
|
|
|
free(buffer); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
// -----------------------------------------------------------------------------
|
|
|
|