Skip to content

Commit

Permalink
[ESP32] Remove stale USE_ECHO_CLIENT and ECHO_HOST_IP kconfig options (
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamdp authored and pull[bot] committed Jul 13, 2023
1 parent eae0997 commit 85e23cb
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 49 deletions.
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 @@ -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
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
7 changes: 0 additions & 7 deletions examples/chef/esp32/main/Kconfig.projbuild
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,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
14 changes: 0 additions & 14 deletions examples/temperature-measurement-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

0 comments on commit 85e23cb

Please sign in to comment.