34 lines
976 B
C
34 lines
976 B
C
|
|
#ifndef SL_MATTER_ICD_SERVER_BUILDCONFIG_H
|
|
#define SL_MATTER_ICD_SERVER_BUILDCONFIG_H
|
|
|
|
// <<< Use Configuration Wizard in Context Menu >>>
|
|
|
|
// <q ICD_REPORT_ON_ENTER_ACTIVE_MODE> Matter Report on Entering Active
|
|
// <i> Default: 0
|
|
#define ICD_REPORT_ON_ENTER_ACTIVE_MODE 0
|
|
|
|
// <q ICD_ENFORCE_SIT_SLOW_POLL_LIMIT> Matter ICD Slow Polling Limit Enforcement
|
|
// <i> Default: 0
|
|
#define ICD_ENFORCE_SIT_SLOW_POLL_LIMIT 0
|
|
|
|
// <q ICD_MAX_NOTIFICATION_SUBSCRIBERS> Matter Max Notification Subscribers <1-5>
|
|
// <i> Default: 1
|
|
#define ICD_MAX_NOTIFICATION_SUBSCRIBERS 1
|
|
|
|
// <q CHIP_CONFIG_ENABLE_ICD_LIT> Matter LIT Configurations
|
|
// <i> Default: 0
|
|
#define CHIP_CONFIG_ENABLE_ICD_LIT 0
|
|
|
|
// <q CHIP_CONFIG_ENABLE_ICD_CIP> Matter Check in Sender
|
|
// <i> Default: 0
|
|
#define CHIP_CONFIG_ENABLE_ICD_CIP 0
|
|
|
|
// <q CHIP_CONFIG_ENABLE_ICD_UAT> Matter UAT
|
|
// <i> Default: 0
|
|
#define CHIP_CONFIG_ENABLE_ICD_UAT 0
|
|
|
|
// <<< end of configuration section >>>
|
|
|
|
#endif // SL_MATTER_ICD_SERVER_BUILDCONFIG_H
|