mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-11-11 04:22:31 +01:00
14 lines
250 B
C
14 lines
250 B
C
/*
|
|
* @Author: Tuan PM
|
|
* @Date: 2016-09-10 09:33:06
|
|
* @Last Modified by: Tuan PM
|
|
* @Last Modified time: 2016-09-11 09:48:52
|
|
*/
|
|
#include "mqtt.h"
|
|
|
|
|
|
void mqtt_task(void *pvParameters)
|
|
{
|
|
mqtt_settings *settings = (mqtt_settings *)pvParameters;
|
|
}
|