Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
|
Structure for debug options. More...
#include <Debug.h>
Public Attributes | |
DebugPrintCharDelegate | debugDelegate = nullptr |
Function to handle debug output. More... | |
Stream * | debugStream = nullptr |
Debug output stream. More... | |
Structure for debug options.
DebugPrintCharDelegate DebugOuputOptions::debugDelegate = nullptr |
Function to handle debug output.
Stream* DebugOuputOptions::debugStream = nullptr |
Debug output stream.