Skip to content

Commit 715d4ab

Browse files
Links2004igrr
authored andcommitted
disable DEBUG_HTTP_UPDATE
1 parent cca89ef commit 715d4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP8266httpUpdate/src/ESP8266httpUpdate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include <Arduino.h>
3030
#include <ESP8266WiFi.h>
3131

32-
#define DEBUG_HTTP_UPDATE(...) Serial1.printf( __VA_ARGS__ )
32+
//#define DEBUG_HTTP_UPDATE(...) Serial1.printf( __VA_ARGS__ )
3333

3434
#ifndef DEBUG_HTTP_UPDATE
3535
#define DEBUG_HTTP_UPDATE(...)

0 commit comments

Comments
 (0)