Skip to content

Commit

Permalink
fix(modem): Cleanup unused configs from PPPoS example
Browse files Browse the repository at this point in the history
Merges #403
  • Loading branch information
diplfranzhoepfinger authored and david-cermak committed Mar 18, 2024
1 parent 1f38c71 commit e1feca5
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions components/esp_modem/examples/pppos_client/main/Kconfig.projbuild
Original file line number Diff line number Diff line change
Expand Up @@ -63,26 +63,6 @@ menu "Example Configuration"
help
Set APN (Access Point Name), a logical name to choose data network

config EXAMPLE_MODEM_PPP_AUTH_USERNAME
string "Set username for authentication"
default "espressif"
depends on !EXAMPLE_MODEM_PPP_AUTH_NONE
help
Set username for PPP Authentication.

config EXAMPLE_MODEM_PPP_AUTH_PASSWORD
string "Set password for authentication"
default "esp32"
depends on !EXAMPLE_MODEM_PPP_AUTH_NONE
help
Set password for PPP Authentication.

config EXAMPLE_MODEM_PPP_AUTH_NONE
bool "Skip PPP authentication"
default n
help
Set to true for the PPP client to skip authentication

config EXAMPLE_SEND_MSG
bool "Short message (SMS)"
default n
Expand Down

0 comments on commit e1feca5

Please sign in to comment.