We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e33211 commit 764d5b8Copy full SHA for 764d5b8
1 file changed
src/HTTPSServerConstants.hpp
@@ -15,7 +15,7 @@
15
#ifdef HTTPS_LOGTIMESTAMP
16
#define HTTPS_LOGTAG(LVL) Serial.printf("[HTTPS:" LVL ":%10lu] ", millis())
17
#else
18
- #define HTTPS_LOGTAG(LVL) Serial.print("[HTTPS:" LVL "] ")
+// #define HTTPS_LOGTAG(LVL) Serial.print("[HTTPS:" LVL "] ")
19
#endif
20
21
#if HTTPS_LOGLEVEL > 0
0 commit comments