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.