yuanjm
|
3d275f42b9
|
mqtt: Support MQTT5 protocol
|
2022-06-14 09:37:46 +00:00 |
|
Euripedes Rocha
|
f6caaff254
|
Fix WSS default port selection through menuconfig.
Evaluate the correct define to select default port.
- Closes https://github.com/espressif/esp-mqtt/issues/223
|
2022-05-17 07:16:07 +00:00 |
|
Euripedes Rocha
|
eec6f0e17d
|
Removes unused defines.
- mqtt_config.h had some defines that were not used. This removes them.
Closes https://github.com/espressif/esp-mqtt/issues/194
|
2021-05-31 13:29:25 +01:00 |
|
David Cermak
|
2e35d4d4d5
|
Events: Add new event to report deleted messages from outbox
|
2020-12-09 10:14:54 +01:00 |
|
David Cermak
|
f44dcb1c26
|
Config: Add a new option to disable publishing when disconnected
Related https://github.com/espressif/esp-mqtt/pull/177
|
2020-12-09 10:14:54 +01:00 |
|
David Cermak
|
8bb4a26f46
|
Config: Add a new option to use incremental message id
This option is off by default, so the client still uses
random message id unless CONFIG_MQTT_MSG_ID_INCREMENTAL is set
Closes https://github.com/espressif/esp-mqtt/issues/176
|
2020-12-09 10:12:57 +01:00 |
|
David Cermak
|
f65d5d05db
|
Cleanup public include dirs
|
2020-12-06 11:26:03 +01:00 |
|