256dpi / arduino-mqtt

MQTT library for Arduino
MIT License
1.01k stars 232 forks source link

Include functional API also for the ESP32. #234

Closed ManuelSchmitzberger closed 3 years ago

ManuelSchmitzberger commented 3 years ago

The functional API should be also supported for the ESP32.

This PR adds the #include <functional> directive also for the ESP32.

256dpi commented 3 years ago

Thanks!