Skip to content

Commit

Permalink
Removing lwip from examples
Browse files Browse the repository at this point in the history
  • Loading branch information
tima-q committed Mar 16, 2023
1 parent 3b24f1b commit f619284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/persistent-storage/qpg/args.gni
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import("${chip_root}/examples/platform/qpg/args.gni")
qpg_sdk_target = get_label_info(":sdk", "label_no_toolchain")
chip_enable_openthread = false
chip_openthread_ftd = false
chip_system_config_use_open_thread_inet_endpoints = false
chip_with_lwip = true
chip_system_config_use_open_thread_inet_endpoints = true
chip_with_lwip = false

lwip_debug = false

Expand Down

0 comments on commit f619284

Please sign in to comment.