Skip to content

Commit ae5ce21

Browse files
committed
added comment
1 parent ef0f6b4 commit ae5ce21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/MQTTClient.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#ifndef MQTT_CLIENT_H
22
#define MQTT_CLIENT_H
33

4+
// include functional API if possible. remove min and max macros for some
5+
// platforms as they will be defined again by Arduino later
46
#if defined(ESP8266)
57
#include <functional>
68
#define MQTT_HAS_FUNCTIONAL 1

0 commit comments

Comments
 (0)