File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
main/demo_tasks/quickconnect_v2_demo Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,8 +113,8 @@ static const char * TAG = "quickconnect_v2_demo";
113113extern MQTTAgentContext_t xGlobalMqttAgentContext ;
114114
115115/**
116- * @brief The buffer to hold the topic filter.
117- * Topic filter value will be the Thing-Name.
116+ * @brief The buffer to hold the topic filter.
117+ * Topic filter value will be the Thing-Name.
118118 *
119119 */
120120static char topicBuf [ quickconnectconfigSTRING_BUFFER_LENGTH ];
@@ -361,7 +361,7 @@ static void prvQuickConnectV2Task( void * pvParameters )
361361 {
362362 /* Read temperature from sensor */
363363 temperatureValue = app_driver_temp_sensor_read_celsius ();
364-
364+
365365 /* Create Payload in an Array format */
366366 snprintf ( pcPayload ,
367367 quickconnectconfigSTRING_BUFFER_LENGTH ,
You can’t perform that action at this time.
0 commit comments