Skip to content

Commit

Permalink
disable tcp endpoint on wifi platform
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinez-silabs committed Oct 26, 2023
1 parent 4df48ef commit 613a0a6
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 613a0a6

Please sign in to comment.