File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
components/esp_modem/examples/pppos_client/main Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -63,26 +63,6 @@ menu "Example Configuration"
63
63
help
64
64
Set APN (Access Point Name), a logical name to choose data network
65
65
66
- config EXAMPLE_MODEM_PPP_AUTH_USERNAME
67
- string "Set username for authentication"
68
- default "espressif"
69
- depends on !EXAMPLE_MODEM_PPP_AUTH_NONE
70
- help
71
- Set username for PPP Authentication.
72
-
73
- config EXAMPLE_MODEM_PPP_AUTH_PASSWORD
74
- string "Set password for authentication"
75
- default "esp32"
76
- depends on !EXAMPLE_MODEM_PPP_AUTH_NONE
77
- help
78
- Set password for PPP Authentication.
79
-
80
- config EXAMPLE_MODEM_PPP_AUTH_NONE
81
- bool "Skip PPP authentication"
82
- default n
83
- help
84
- Set to true for the PPP client to skip authentication
85
-
86
66
config EXAMPLE_SEND_MSG
87
67
bool "Short message (SMS)"
88
68
default n
You can’t perform that action at this time.
0 commit comments