feat(modem): add ability to change ESP_MODEM_C_API_STR_MAX from Kconfig

This commit is contained in:
embedcat
2024-09-11 11:40:09 +03:00
parent 73c48307a3
commit 1790989242
4 changed files with 17 additions and 14 deletions

View File

@@ -43,7 +43,7 @@ These functions are the actual commands to communicate with the modem using AT c
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.
``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