send a message to HiveMQ
I am running an STM32 NUCLEO F429ZI project connected to HiveMQ, with the following details in the mqtt_app.c file using LWIP and MBEDTLS: char* strUrlDefault = "mqtt://broker-dev.vconnex.vn:888"; char* strUsernameDefault = "SmartHome"; char* strP...