Skip to content

Commit 348d00e

Browse files
simensrostadrlubos
authored andcommitted
samples: matter: light_bulb: Fix AWS IoT configuration
Enable SHA384 to fix connection towards AWS IoT. SHA384 isn't required by AWS IoT, but due to some configuration issues in MBEDTLS, its needed. Signed-off-by: Simen S. Røstad <[email protected]>
1 parent 55aa89e commit 348d00e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/matter/light_bulb/overlay-aws-iot-integration.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ CONFIG_MQTT_CLEAN_SESSION=y
3030
# MBed TLS
3131
CONFIG_MBEDTLS_HEAP_SIZE=98304
3232
CONFIG_MBEDTLS_RSA_C=y
33+
CONFIG_MBEDTLS_SHA384_C=y
3334
CONFIG_MBEDTLS_SSL_OUT_CONTENT_LEN=1024
3435

3536
# PSA

0 commit comments

Comments
 (0)