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.
1 parent 5c4eb02 commit 8140c35Copy full SHA for 8140c35
libraries/HTTPClient/src/HTTPClient.h
@@ -35,9 +35,9 @@
35
#include <memory>
36
#include <vector>
37
38
-#ifdef DEBUG_ESP_HTTP_CLIENT
39
-#ifdef DEBUG_ESP_PORT
40
-#define DEBUG_HTTPCLIENT(fmt, ...) DEBUG_ESP_PORT.printf_P( (PGM_P)PSTR(fmt), ## __VA_ARGS__ )
+#ifdef DEBUG_RP2040_CORE
+#ifdef DEBUG_RP2040_PORT
+#define DEBUG_HTTPCLIENT(fmt, ...) DEBUG_RP2040_PORT.printf_P( (PGM_P)PSTR(fmt), ## __VA_ARGS__ )
41
#endif
42
43
0 commit comments