Replies: 2 comments 1 reply
-
you have to add a build flag
|
Beta Was this translation helpful? Give feedback.
-
#include <PubSubClient.h> WiFiClient espClient; void setupMQTT(){ } void connectToBroker(){
} } void receviveCallback(char* topic, byte* payload, unsigned int length) { Serial.print("Message arrived ["); char payloadCharAr[length + 1]; // Add space for null terminator } } |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have recently started with this great project.
So I am wondering if MQTT is already implemented as I have seen in folder lib some coments.
If so can you please advice how to integrate / configure this?
Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions