mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
Merge branch 'fix/mqtt5_docs' into 'master'
MQTT5 API header added to documentation See merge request espressif/esp-idf!35548
This commit is contained in:
commit
e35bb4901d
@ -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