Skip to content

Commit 08a62cc

Browse files
diplfranzhoepfingerdavid-cermak
authored andcommitted
fix(modem): Cleanup unused configs from PPPoS example
Merges #403
1 parent 56fe532 commit 08a62cc

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

components/esp_modem/examples/pppos_client/main/Kconfig.projbuild

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -63,26 +63,6 @@ menu "Example Configuration"
6363
help
6464
Set APN (Access Point Name), a logical name to choose data network
6565

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-
8666
config EXAMPLE_SEND_MSG
8767
bool "Short message (SMS)"
8868
default n

0 commit comments

Comments
 (0)