Imported more library files

Not compiling currently
This commit is contained in:
2025-04-12 23:37:19 +01:00
parent 264a3462e0
commit 9d06f983af
2518 changed files with 1021900 additions and 52 deletions

View 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_