5 Commits

Author SHA1 Message Date
54ff55201f feat(mqtt): remove ibm-mqtt component and example 2019-12-31 18:17:10 +08:00
9b3456aa2a chore(mqtt): modify default mqtt
IBM MQTT will be removed at v3.4.
2019-12-30 10:59:57 +08:00
1b53ed325c docs(mqtt): add "recommended" to Kconfig to tell users that IBM-MQTT will be removed at v4.0 2019-07-23 15:15:25 +08:00
04ee11ee53 feat(mqtt): Add esp-mqtt
Commit ID: 13018449

Add global "mqtt" to manage both "ESP-MQTT" and "IBM-MQTT". Using select the target MQTT to using like selecting SSL.
2019-03-22 16:55:16 +08:00
ddb9e23b6e feat: refactor mqtt feature
1. add all of mqtt configuration to make-menuconfig
2. fix taskYIELD caused low thouhtput
3. fix block at socket select
4. fix mqtt ping timeout feature
5. fix MQTTPublish/MQTTConnect return -1
6. format code
2018-12-21 19:39:12 +08:00