mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-16 12:02:11 +02:00
remove unused Config Parameters !
This commit is contained in:
@ -74,33 +74,6 @@ menu "Example Configuration"
|
|||||||
help
|
help
|
||||||
Set to true for the PPP client to skip authentication
|
Set to true for the PPP client to skip authentication
|
||||||
|
|
||||||
config EXAMPLE_SEND_MSG
|
|
||||||
bool "Short message (SMS)"
|
|
||||||
default n
|
|
||||||
help
|
|
||||||
Select this, the modem will send a short message before power off.
|
|
||||||
|
|
||||||
if EXAMPLE_SEND_MSG
|
|
||||||
config EXAMPLE_SEND_MSG_PEER_PHONE_NUMBER
|
|
||||||
string "Peer Phone Number (with area code)"
|
|
||||||
default "+8610086"
|
|
||||||
help
|
|
||||||
Enter the peer phone number that you want to send message to.
|
|
||||||
endif
|
|
||||||
|
|
||||||
config EXAMPLE_NEED_SIM_PIN
|
|
||||||
bool "SIM PIN needed"
|
|
||||||
default n
|
|
||||||
help
|
|
||||||
Enable to set SIM PIN before starting the example
|
|
||||||
|
|
||||||
config EXAMPLE_SIM_PIN
|
|
||||||
string "Set SIM PIN"
|
|
||||||
default "1234"
|
|
||||||
depends on EXAMPLE_NEED_SIM_PIN
|
|
||||||
help
|
|
||||||
Pin to unlock the SIM
|
|
||||||
|
|
||||||
choice EXAMPLE_FLOW_CONTROL
|
choice EXAMPLE_FLOW_CONTROL
|
||||||
bool "Set preferred modem control flow"
|
bool "Set preferred modem control flow"
|
||||||
default EXAMPLE_FLOW_CONTROL_NONE
|
default EXAMPLE_FLOW_CONTROL_NONE
|
||||||
|
Reference in New Issue
Block a user