From 1097348f97309d112d35463ef504126080b012c1 Mon Sep 17 00:00:00 2001 From: Zang MingJie Date: Thu, 7 Apr 2022 13:05:28 +0800 Subject: [PATCH] Infineon pump: Enable session resumption disable detailed logging (#17128) --- examples/pump-app/cc13x2x7_26x2x7/args.gni | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/examples/pump-app/cc13x2x7_26x2x7/args.gni b/examples/pump-app/cc13x2x7_26x2x7/args.gni index 7c22fa4d2f50b7..cbf1d65f3ef7bb 100644 --- a/examples/pump-app/cc13x2x7_26x2x7/args.gni +++ b/examples/pump-app/cc13x2x7_26x2x7/args.gni @@ -28,16 +28,14 @@ is_debug = false chip_enable_ota_requestor = true # Disable CHIP Logging -#chip_progress_logging = false +chip_progress_logging = false + #chip_detail_logging = false #chip_automation_logging = false # BLE options chip_config_network_layer_ble = true -# Disable session resumption due to lack of code space -chip_enable_session_resumption = false - # Disable lock tracking, since our FreeRTOS configuration does not set # INCLUDE_xSemaphoreGetMutexHolder chip_stack_lock_tracking = "none"