Imported more library files
Not compiling currently
This commit is contained in:
24
config/app/AppBuildConfig.h
Normal file
24
config/app/AppBuildConfig.h
Normal file
@@ -0,0 +1,24 @@
|
||||
#ifndef APP_APPBUILDCONFIG_H_
|
||||
#define APP_APPBUILDCONFIG_H_
|
||||
|
||||
// <<< Use Configuration Wizard in Context Menu >>>
|
||||
|
||||
// <i> Default: 1
|
||||
// <q CHIP_CONFIG_PERSIST_SUBSCRIPTIONS> Matter Persistent Subscriptions
|
||||
#define CHIP_CONFIG_PERSIST_SUBSCRIPTIONS 1
|
||||
|
||||
// <i> Default: 1
|
||||
// <q CHIP_CONFIG_SUBSCRIPTION_TIMEOUT_RESUMPTION> Matter Subscription Timeout Resumption
|
||||
#define CHIP_CONFIG_SUBSCRIPTION_TIMEOUT_RESUMPTION 1
|
||||
|
||||
// <i> Default: 1
|
||||
// <q CHIP_CONFIG_ENABLE_READ_CLIENT> Read Client
|
||||
#define CHIP_CONFIG_ENABLE_READ_CLIENT 1
|
||||
|
||||
// <i> Default: 1
|
||||
// <q CHIP_CONFIG_ENABLE_SESSION_RESUMPTION> Session Resumption
|
||||
#define CHIP_CONFIG_ENABLE_SESSION_RESUMPTION 1
|
||||
|
||||
// <<< end of configuration section >>>
|
||||
|
||||
#endif // APP_APPBUILDCONFIG_H_
|
||||
Reference in New Issue
Block a user