From 116266008e8ec26fd56ebc024f3bbf81afe00dd2 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Fri, 10 Jun 2022 11:35:56 -0400 Subject: [PATCH] Set chip_progress_logging = false for all-clusters for cc13x2 builds as it does not fit in flash (#19469) --- examples/all-clusters-app/cc13x2x7_26x2x7/args.gni | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/all-clusters-app/cc13x2x7_26x2x7/args.gni b/examples/all-clusters-app/cc13x2x7_26x2x7/args.gni index e7438af247a9c2..bd6e49f7871b4f 100644 --- a/examples/all-clusters-app/cc13x2x7_26x2x7/args.gni +++ b/examples/all-clusters-app/cc13x2x7_26x2x7/args.gni @@ -32,7 +32,7 @@ chip_enable_ota_requestor = false chip_openthread_ftd = false # Disable CHIP Logging -#chip_progress_logging = false +chip_progress_logging = false chip_detail_logging = false chip_automation_logging = false