esp_modem: Add missing AT commands to plain C-API

This commit is contained in:
David Cermak
2021-11-12 20:21:10 +01:00
parent bcb1ab99bd
commit 5299b425e8
5 changed files with 94 additions and 2 deletions

View File

@ -41,6 +41,9 @@ Modem commands
These functions are the actual commands to communicate with the modem using AT command interface.
Note that the functions which implement AT commands returning textual values use plain ``char *``
pointer as the return value. The API expects the output data to point to user allocated space of at least
``ESP_MODEM_C_API_STR_MAX`` (64 by default) bytes, it also truncates the output data to this size.
.. doxygenfile:: esp_modem_api_commands.h