mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-11-03 00:22:41 +01:00
testing conditions: transports (tcp, ssl, ws..) qos (0, 1, 2) short repeated messages (packed packets) oversized messages (fragmented packets) publish from a different thread Closes https://github.com/espressif/esp-idf/issues/2870 by means of including commit815623dfe5from esp-mqtt Closes https://github.com/espressif/esp-idf/issues/2975 by means of including commit752953dc3bfrom esp-mqtt Closes https://github.com/espressif/esp-idf/issues/2850 by means of including commitsdf455d2a5f17fd713bcefrom esp-mqtt
8 lines
182 B
Makefile
8 lines
182 B
Makefile
#
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
# project subdirectory.
|
|
#
|
|
PROJECT_NAME := mqtt_publish
|
|
|
|
include $(IDF_PATH)/make/project.mk
|