int onenet_mqtt_init(void);
OneNET 初始化函数,需要在使用 OneNET 功能前调用
rt_err_t onenet_mqtt_publish(const char *topic, const uint8_t *msg, size_t len);