esp-open-rtos/extras/paho_mqtt_c
Fernando Governatore 67cd7bc031 MQTT fix mqtt_timer_left_ms
mqtt_timer_left_ms: timer->end_time is in ticks, now is in ticks, so left
is in ticks. left * portTICK_PERIOD_MS is the time left.

  With that change, the select in both mqtt_esp_read and mqtt_esp_write
seems to work as expected(with time, not ticks)
2017-07-03 15:50:54 -03:00
..
component.mk MQTT client api and example 2016-04-14 16:59:07 +10:00
LICENSE.txt MQTT client api and example 2016-04-14 16:59:07 +10:00
MQTTClient.c MQTT ignores too many handlers registered 2017-06-19 21:31:09 -03:00
MQTTClient.h paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
MQTTConnect.h paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
MQTTConnectClient.c paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
MQTTDeserializePublish.c paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
MQTTESP8266.c MQTT fix mqtt_timer_left_ms 2017-07-03 15:50:54 -03:00
MQTTESP8266.h FreeRTOS type updates. (#261) 2016-11-05 12:04:03 +02:00
MQTTFormat.h paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
MQTTPacket.c paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
MQTTPacket.h paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
MQTTPublish.h paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
MQTTSerializePublish.c paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
MQTTSubscribe.h paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
MQTTSubscribeClient.c paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
MQTTUnsubscribe.h paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
MQTTUnsubscribeClient.c paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
StackTrace.h MQTT client api and example 2016-04-14 16:59:07 +10:00