Skip to content

Commit

Permalink
disable tcp endpoint on wifi platform (#30040)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinez-silabs authored and pull[bot] committed Jan 12, 2024
1 parent 3f59136 commit 68a48c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/silabs/wifi_args.gni
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ chip_enable_openthread = false

chip_inet_config_enable_ipv4 = false
chip_inet_config_enable_dns_resolver = false
chip_inet_config_enable_tcp_endpoint = true
chip_inet_config_enable_tcp_endpoint = false

chip_build_tests = false
chip_config_memory_management = "platform"
Expand Down

0 comments on commit 68a48c9

Please sign in to comment.