#include "SerialLog.h"
Go to the source code of this file.
Functions | |
void | logToSerials (const __FlashStringHelper *ToPrint, bool BreakLine, uint8_t Indent) |
< Logging | |
void logToSerials | ( | const __FlashStringHelper * | ToPrint, |
bool | BreakLine, | ||
uint8_t | Indent | ||
) |
< Logging
logs to both Arduino and ESP Link serial console, 2 optional parameters to adding a break line at after printing and the indentation in front
Definition at line 5 of file SerialLog.cpp.