We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The good way to display a debug message is:
#define DEBUG_HTTPCLIENT(fmt, ...) \ DEBUG_ESP_PORT.printf_P((PGM_P)PSTR(fmt), ## __VA_ARGS__)
Every DEBUG_ directives should follow this model.
DEBUG_