-
Notifications
You must be signed in to change notification settings - Fork 149
Open
Labels
enhancementNew feature or requestNew feature or request
Description
When I try:
uint8_t a[8] = {48, 49, 50, 0, 51, 52, 0, 53};
client.publish(outTopic, String(a, 8));
the message is truncated at the first 0x00. Is there a way to send an arbitrary byte stream? I don't see an overload of publish(), which accepts other than String arguments.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request