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"