mirror of https://github.com/arendst/Tasmota.git
Updated AWS IoT (markdown)
parent
025bc1af10
commit
3654a113c2
|
@ -302,10 +302,12 @@ TLS on Tasmota has been aggresively optimised to use as little memory (heap) as
|
|||
|
||||
Memory consumption (nominal):
|
||||
|
||||
* BearSSL lib: 1024 bytes
|
||||
* BearSSL lib: 1424 bytes (or 1024 bytes for TLS alone)
|
||||
* BearSSL ClientContext: 3440 bytes
|
||||
* Buffers 1024/1024: 2528 bytes
|
||||
* **Total = 7.0k**
|
||||
* **Total = 7.4k**
|
||||
|
||||
Note: if you use USE_WEBSERVER, your impact is lowered by 2k since the Web log buffer is reduced from 4k to 2k. Overall when activating USE_WEBSERVER, you just see a memory impact of 5.4k.
|
||||
|
||||
Memory needed during connection (TLS handshake):
|
||||
|
||||
|
|
Loading…
Reference in New Issue