Skip to content

Commit 4d90cce

Browse files
committed
update reamde
1 parent bbe0958 commit 4d90cce

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,12 @@ git clone https://github.com/espressif/esp32-arduino-lib-builder
1212
cd esp32-arduino-lib-builder
1313
./build.sh
1414
```
15+
16+
## For RAM usage reduction
17+
18+
```
19+
# Enable dynamic buffer for mbedTLS
20+
CONFIG_MBEDTLS_DYNAMIC_BUFFER=y
21+
CONFIG_MBEDTLS_DYNAMIC_FREE_PEER_CERT=y
22+
CONFIG_MBEDTLS_DYNAMIC_FREE_CONFIG_DATA=y
23+
```

0 commit comments

Comments
 (0)