mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
fix(mqtt): MQTT5 API header added to documentation
MQTT5 API headers were missing.
This commit is contained in:
parent
f2c3fc2129
commit
8a25cd1503
@ -284,6 +284,7 @@ INPUT = \
|
|||||||
$(PROJECT_PATH)/components/mbedtls/esp_crt_bundle/include/esp_crt_bundle.h \
|
$(PROJECT_PATH)/components/mbedtls/esp_crt_bundle/include/esp_crt_bundle.h \
|
||||||
$(PROJECT_PATH)/components/mbedtls/port/include/ecdsa/ecdsa_alt.h \
|
$(PROJECT_PATH)/components/mbedtls/port/include/ecdsa/ecdsa_alt.h \
|
||||||
$(PROJECT_PATH)/components/mqtt/esp-mqtt/include/mqtt_client.h \
|
$(PROJECT_PATH)/components/mqtt/esp-mqtt/include/mqtt_client.h \
|
||||||
|
$(PROJECT_PATH)/components/mqtt/esp-mqtt/include/mqtt5_client.h \
|
||||||
$(PROJECT_PATH)/components/nvs_flash/include/nvs_flash.h \
|
$(PROJECT_PATH)/components/nvs_flash/include/nvs_flash.h \
|
||||||
$(PROJECT_PATH)/components/nvs_flash/include/nvs.h \
|
$(PROJECT_PATH)/components/nvs_flash/include/nvs.h \
|
||||||
$(PROJECT_PATH)/components/nvs_flash/include/nvs_bootloader.h \
|
$(PROJECT_PATH)/components/nvs_flash/include/nvs_bootloader.h \
|
||||||
|
@ -205,3 +205,4 @@ API Reference
|
|||||||
-------------
|
-------------
|
||||||
|
|
||||||
.. include-build-file:: inc/mqtt_client.inc
|
.. include-build-file:: inc/mqtt_client.inc
|
||||||
|
.. include-build-file:: inc/mqtt5_client.inc
|
||||||
|
@ -205,3 +205,4 @@ API 参考
|
|||||||
-------------
|
-------------
|
||||||
|
|
||||||
.. include-build-file:: inc/mqtt_client.inc
|
.. include-build-file:: inc/mqtt_client.inc
|
||||||
|
.. include-build-file:: inc/mqtt5_client.inc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user