Hi, in mqtt client anycloud is there a way to change the publishInfo.pPayload value in publisher_task.c file so that I can send numerical value instead of string or turn on ....
Solved! Go to Solution.
Hi @Soram,
pPayload is a void pointer in the example. So it should be possible if you pass an integer pointer to the payload. Please let us know if you face any issues with this.
Hi @Soram,
pPayload is a void pointer in the example. So it should be possible if you pass an integer pointer to the payload. Please let us know if you face any issues with this.