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:
David Cermak
2024-11-01 17:32:02 +01:00
parent d2e94e5db2
commit e2fa11103c
47 changed files with 4839 additions and 560 deletions

View File

@@ -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: