mirror of
https://github.com/espressif/esp-protocols.git
synced 2026-05-04 03:50:46 +02:00
fix(modem): Use generated AT command definitions for IDE navigation
BREAKING CHANGE: inc headers for AT command definitions are no longer used directly, but pregenerated into *.h(pp)
This commit is contained in:
@@ -45,7 +45,7 @@ Note that the functions which implement AT commands returning textual values use
|
||||
pointer as the return value. The API expects the output data to point to user allocated space of at least
|
||||
``CONFIG_ESP_MODEM_C_API_STR_MAX`` (128 by default) bytes, it also truncates the output data to this size.
|
||||
|
||||
.. doxygenfile:: esp_modem_api_commands.h
|
||||
.. doxygenfile:: dce.h
|
||||
|
||||
.. _api_config:
|
||||
|
||||
|
||||
@@ -33,7 +33,10 @@ Mode switching commands
|
||||
Modem commands
|
||||
--------------
|
||||
|
||||
.. include:: cxx_api_links.rst
|
||||
.. include:: ../command/dce.rst
|
||||
|
||||
.. doxygenclass:: esp_modem::DCE
|
||||
:members:
|
||||
|
||||
.. _cpp_destroy:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user