Skip to content

Commit

Permalink
[pump-examples] Removed SED settings for both pump apps (#13527)
Browse files Browse the repository at this point in the history
* Removed SED settings

* Added back defines for security test modes and removes submodule added by accident
  • Loading branch information
andersbangGF authored Jan 18, 2022
1 parent faa6043 commit 07454af
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@
*/
#define CHIP_DEVICE_CONFIG_ENABLE_THREAD_SRP_CLIENT 1

#define CHIP_DEVICE_CONFIG_ENABLE_SED 1
#define CHIP_DEVICE_CONFIG_SED_SLOW_POLLING_INTERVAL 5000_ms32
#define CHIP_DEVICE_CONFIG_SED_FAST_POLLING_INTERVAL 5000_ms32

/**
* CHIP_CONFIG_EVENT_LOGGING_DEFAULT_IMPORTANCE
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@
*/
#define CHIP_DEVICE_CONFIG_ENABLE_THREAD_SRP_CLIENT 1

#define CHIP_DEVICE_CONFIG_ENABLE_SED 1
#define CHIP_DEVICE_CONFIG_SED_SLOW_POLLING_INTERVAL 5000_ms32
#define CHIP_DEVICE_CONFIG_SED_FAST_POLLING_INTERVAL 5000_ms32

/**
* CHIP_CONFIG_EVENT_LOGGING_DEFAULT_IMPORTANCE
*
Expand Down

0 comments on commit 07454af

Please sign in to comment.