Skip to content

Commit

Permalink
Merge pull request #166 from spirosbond/patch-1
Browse files Browse the repository at this point in the history
Update Arduino_MQTT_Client.h
  • Loading branch information
imbeacon committed Dec 11, 2023
2 parents d6d1722 + a75c3e0 commit c9e27f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Arduino_MQTT_Client.h
Expand Up @@ -7,7 +7,7 @@
#include "IMQTT_Client.h"

// Library include
#include <TBPubSubClient.h>
#include <PubSubClient.h>


/// @brief MQTT Client interface implementation that uses the PubSubClient forked from ThingsBoard (https://github.com/thingsboard/pubsubclient),
Expand Down

0 comments on commit c9e27f1

Please sign in to comment.