Skip to content

Commit

Permalink
Added back defines for security test modes and removes submodule adde…
Browse files Browse the repository at this point in the history
…d by accident
  • Loading branch information
andersbangGF committed Jan 13, 2022
1 parent 2efa13f commit fe67366
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
#ifndef CHIP_PROJECT_CONFIG_H
#define CHIP_PROJECT_CONFIG_H

// Security and Authentication always enabled
#define CHIP_CONFIG_SECURITY_TEST_MODE 0
#define CHIP_CONFIG_REQUIRE_AUTH 1

#if BUILD_RELEASE // release build
// Note: Default Pairing/PIN/Serial Numbers being used. These should not be enabled for production builds
#endif // BUILD_RELEASE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
#ifndef CHIP_PROJECT_CONFIG_H
#define CHIP_PROJECT_CONFIG_H

// Security and Authentication always enabled
#define CHIP_CONFIG_SECURITY_TEST_MODE 0
#define CHIP_CONFIG_REQUIRE_AUTH 1

#if BUILD_RELEASE // release build
// Note: Default Pairing/PIN/Serial Numbers being used. These should not be enabled for production builds
#endif // BUILD_RELEASE
Expand Down
1 change: 0 additions & 1 deletion third_party/happy/repo
Submodule repo deleted from 72a4b6

0 comments on commit fe67366

Please sign in to comment.