UWB-Tracking
|
#include "mqtt-client.h"
Functions | |
void | subscribe_callback (char *topic, byte *payload, unsigned int length) |
Callback function for MQTT subscriptions, called when a message arrives. simply prints the message to the terminal. More... | |
void subscribe_callback | ( | char * | topic, |
byte * | payload, | ||
unsigned int | length | ||
) |
Callback function for MQTT subscriptions, called when a message arrives. simply prints the message to the terminal.
topic | The topic where the message is received. |
payload | Pointer to the first byte of the payload. |
length | The length of the message. |