mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 18:27:31 +02:00
fix(modem): Support for custom modules with C-API
MAJOR CHANGE: Added support for implementing user defined modules in standard C-API
This commit is contained in:
@ -110,6 +110,10 @@ commands might have a different implementation. Adding a new device
|
||||
means to provide a new implementation as a class derived from
|
||||
``GenericModule``, where we could add new commands or modify the
|
||||
existing ones.
|
||||
If you have to support a custom device with C-API, please refer to
|
||||
the example ``examples/pppos_client`` and enable ``ESP_MODEM_ADD_CUSTOM_MODULE``.
|
||||
For advanced use-case, mainly with C++ API and/or usage of esp_modem's
|
||||
Factory class, please read <advanced_api>.
|
||||
|
||||
Configuration
|
||||
-------------
|
||||
|
Reference in New Issue
Block a user