Files
esp-protocols/esp_modem/Kconfig

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