mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-22 14:57:30 +02:00
19 lines
501 B
Plaintext
19 lines
501 B
Plaintext
menu "ESP-MODEM"
|
|
|
|
config MODEM_LEGACY_API
|
|
bool "Enable Legacy API"
|
|
default y
|
|
help
|
|
Set to true if the original pppos_client API from the example's internal
|
|
component should be used.....
|
|
|
|
config MODEM_PPP_APN
|
|
string "Local netif hostname"
|
|
default 'internet'
|
|
depends on MODEM_LEGACY_API
|
|
help
|
|
APN (Access Point Name), a logical name of a network
|
|
the modem connects to in the PPP mode
|
|
|
|
endmenu
|