Files
esp-protocols/docs/esp_modem/generate/dce.rst
David Cermak e2fa11103c 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)
2025-04-04 15:39:39 +02:00

8 lines
192 B
ReStructuredText

// --- ESP-MODEM command module starts here ---
#define ESP_MODEM_DECLARE_DCE_COMMAND(name, return_type, ...) \
* :cpp:func:`esp_modem::DCE::name`
#include "esp_modem_command_declare.inc"