1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-04 18:03:20 +03:00

disable DEBUG_HTTP_UPDATE

This commit is contained in:
Markus Sattler 2015-07-01 17:53:49 +02:00
parent 212a2cfa60
commit 711fafde80

View File

@ -29,7 +29,7 @@
#include <Arduino.h>
#include <ESP8266WiFi.h>
#define DEBUG_HTTP_UPDATE(...) Serial1.printf( __VA_ARGS__ )
//#define DEBUG_HTTP_UPDATE(...) Serial1.printf( __VA_ARGS__ )
#ifndef DEBUG_HTTP_UPDATE
#define DEBUG_HTTP_UPDATE(...)