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 ef0f6b4 commit ae5ce21Copy full SHA for ae5ce21
src/MQTTClient.h
@@ -1,6 +1,8 @@
1
#ifndef MQTT_CLIENT_H
2
#define MQTT_CLIENT_H
3
4
+// include functional API if possible. remove min and max macros for some
5
+// platforms as they will be defined again by Arduino later
6
#if defined(ESP8266)
7
#include <functional>
8
#define MQTT_HAS_FUNCTIONAL 1
0 commit comments