|
|
@@ -32,7 +32,6 @@
|
|
|
|
|
|
// Security and Authentication enabled for release build.
|
|
|
#define CHIP_CONFIG_SECURITY_TEST_MODE 0
|
|
|
-#define CHIP_CONFIG_REQUIRE_AUTH 1
|
|
|
|
|
|
#else // development build
|
|
|
|
|
|
@@ -42,25 +41,11 @@
|
|
|
// WARNING: These options make it possible to circumvent basic CHIP security functionality,
|
|
|
// including message encryption. Because of this they MUST NEVER BE ENABLED IN PRODUCTION BUILDS.
|
|
|
#define CHIP_CONFIG_SECURITY_TEST_MODE 0
|
|
|
-#define CHIP_CONFIG_REQUIRE_AUTH 0
|
|
|
-
|
|
|
-/**
|
|
|
- * CHIP_DEVICE_CONFIG_ENABLE_TEST_DEVICE_IDENTITY
|
|
|
- *
|
|
|
- * Enables the use of a hard-coded default CHIP device id and credentials if no device id
|
|
|
- * is found in CHIP NV storage.
|
|
|
- *
|
|
|
- * This option is for testing only and should be disabled in production releases.
|
|
|
- */
|
|
|
-#define CHIP_DEVICE_CONFIG_ENABLE_TEST_DEVICE_IDENTITY 34
|
|
|
|
|
|
// Use a default pairing code if one hasn't been provisioned in flash.
|
|
|
#define CHIP_DEVICE_CONFIG_USE_TEST_SETUP_PIN_CODE 20202021
|
|
|
#define CHIP_DEVICE_CONFIG_USE_TEST_SETUP_DISCRIMINATOR 0xF00
|
|
|
|
|
|
-// Use a default pairing code if one hasn't been provisioned in flash.
|
|
|
-#define CHIP_DEVICE_CONFIG_USE_TEST_PAIRING_CODE "CHIPUS"
|
|
|
-
|
|
|
/**
|
|
|
* CHIP_DEVICE_CONFIG_USE_TEST_SERIAL_NUMBER
|
|
|
*
|