ruuvi / ruuvi.gateway_esp.c

Ruuvi Gateway ESP32 code
BSD 3-Clause "New" or "Revised" License
24 stars 15 forks source link

Close #996: Implement support for configuring the size of TLS connection I/O buffers to prevent problems with downloading firmware updates #997

Closed TheSomeMan closed 7 months ago

sonarcloud[bot] commented 7 months ago

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

TheSomeMan commented 7 months ago

To test it you need to check logs and find the following lines:

Configure size of TLS I/O buffers: in_content_len=8192, out_content_len=4096

or

Configure size of TLS I/O buffers: in_content_len=16384, out_content_len=4096