mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 10:17:30 +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:
@ -48,6 +48,13 @@ menu "Example Configuration"
|
||||
bool "A7670"
|
||||
help
|
||||
A7670X is Multi-Band LTE-FDD/LTE-TDD/GSM/GPRS/EDGE module.
|
||||
|
||||
config EXAMPLE_MODEM_DEVICE_CUSTOM
|
||||
select ESP_MODEM_ADD_CUSTOM_MODULE
|
||||
bool "Custom device"
|
||||
help
|
||||
This demonstrates use of a custom device in C-API.
|
||||
|
||||
endchoice
|
||||
|
||||
config EXAMPLE_MODEM_PPP_APN
|
||||
|
Reference in New Issue
Block a user