Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ESP32] Remove stale USE_ECHO_CLIENT and ECHO_HOST_IP kconfig options #22097

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions examples/all-clusters-app/esp32/main/Kconfig.projbuild
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,6 @@ menu "Demo"
bool "BLE / On-Network"
endchoice

config ECHO_HOST_IP
string "IPV4 address"
default "127.0.0.1"
depends on USE_ECHO_CLIENT
help
The IPV4 Address of the ECHO Server.

# NOTE: This config is not displayed as a input in the Kconfig menu, as its value is
# entirely derived from the Device Type choice. However the CONFIG_EXAMPLE_DISPLAY_TYPE
# define that is produced is needed to configure the TFT library correctly.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,6 @@ menu "Demo"
bool "BLE / On-Network"
endchoice

config ECHO_HOST_IP
string "IPV4 address"
default "127.0.0.1"
depends on USE_ECHO_CLIENT
help
The IPV4 Address of the ECHO Server.

# NOTE: This config is not displayed as a input in the Kconfig menu, as its value is
# entirely derived from the Device Type choice. However the CONFIG_EXAMPLE_DISPLAY_TYPE
# define that is produced is needed to configure the TFT library correctly.
Expand Down
7 changes: 0 additions & 7 deletions examples/chef/esp32/main/Kconfig.projbuild
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,6 @@ menu "Demo"
bool "BLE / On-Network"
endchoice

config ECHO_HOST_IP
string "IPV4 address"
default "127.0.0.1"
depends on USE_ECHO_CLIENT
help
The IPV4 Address of the ECHO Server.

# NOTE: This config is not displayed as a input in the Kconfig menu, as its value is
# entirely derived from the Device Type choice. However the CONFIG_EXAMPLE_DISPLAY_TYPE
# define that is produced is needed to configure the TFT library correctly.
Expand Down
14 changes: 0 additions & 14 deletions examples/lock-app/esp32/main/Kconfig.projbuild
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,6 @@ menu "Demo"
bool "Ethernet"
endchoice

config USE_ECHO_CLIENT
bool "Enable the built-in Echo Client"
default "n"
help
This enables a local FreeRTOS Echo Client so that the end-to-end echo server can be
tested easily

config ECHO_HOST_IP
string "IPV4 address"
default "127.0.0.1"
depends on USE_ECHO_CLIENT
help
The IPV4 Address of the ECHO Server.

config RENDEZVOUS_MODE
int
range 0 8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,6 @@ menu "Demo"
bool "Ethernet"
endchoice

config USE_ECHO_CLIENT
bool "Enable the built-in Echo Client"
default "n"
help
This enables a local FreeRTOS Echo Client so that the end-to-end echo server can be
tested easily

config ECHO_HOST_IP
string "IPV4 address"
default "127.0.0.1"
depends on USE_ECHO_CLIENT
help
The IPV4 Address of the ECHO Server.

config RENDEZVOUS_MODE
int
range 0 8
Expand Down