Skip to content

Commit

Permalink
Infineon pump: Enable session resumption disable detailed logging (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
kghost authored and pull[bot] committed Dec 6, 2023
1 parent 0f3673a commit 1097348
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions examples/pump-app/cc13x2x7_26x2x7/args.gni
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 1097348

Please sign in to comment.