esp-idf/examples/protocols/pppos_client/components/modem/Kconfig

10 wiersze
243 B
Plaintext

menu "ESP-MODEM"
config EXAMPLE_COMPONENT_MODEM_APN
string "Set Access Point Name (APN)"
default "CMNET"
help
Logical name which is used to select the GGSN or the external packet data network.
endmenu