Kconfig 243 B

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