Merge branch 'bugfix/esp_sntp_header' into 'master'

docs: Add esp_sntp to API reference as it's default idf header

Closes DOC-854

See merge request espressif/esp-idf!11796
This commit is contained in:
Krzysztof Budzynski
2021-01-13 10:28:39 +08:00
6 changed files with 169 additions and 139 deletions

View File

@@ -152,7 +152,7 @@ INPUT = \
## ICMP-ECHO
$(IDF_PATH)/components/lwip/include/apps/ping/ping_sock.h \
## SNTP
$(IDF_PATH)/components/lwip/include/apps/sntp/sntp.h \
$(IDF_PATH)/components/lwip/include/apps/esp_sntp.h \
## mDNS
$(IDF_PATH)/components/mdns/include/mdns.h \
$(IDF_PATH)/components/esp_http_client/include/esp_http_client.h \

View File

@@ -133,4 +133,4 @@ Once these steps are completed, call the standard C library function ``localtime
API Reference
-------------
.. include-build-file:: inc/sntp.inc
.. include-build-file:: inc/esp_sntp.inc