1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-06 05:21:22 +03:00

esp_iot_sdk_v1.3.0_15_08_10_p1 Release Note

----------------------------------------

Here is a patch based on esp_iot_sdk_v1.3.0 (non-OS SDK) resolved issue that if there are 2 connections, one is normal TCP connection, the other is SSL connection, it may cause memory leak.

Download and unzip the attachment, replace the lib in esp_iot_sdk/lib folder.

Please do not set the same priority for two different tasks when using system_os_task.

Sorry for the inconvenience.
This commit is contained in:
Markus Sattler 2015-08-10 17:33:29 +02:00
parent c5d7aead8e
commit ac84ff3326
3 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
esp_iot_sdk_v1.3.0_15_08_10_p1 Release Note
----------------------------------------
Here is a patch based on esp_iot_sdk_v1.3.0 (non-OS SDK) resolved issue that if there are 2 connections, one is normal TCP connection, the other is SSL connection, it may cause memory leak.
Download and unzip the attachment, replace the lib in esp_iot_sdk/lib folder.
Please do not set the same priority for two different tasks when using system_os_task.
Sorry for the inconvenience.
esp_iot_sdk_v1.3.0_15_08_08 Release Note
----------------------------------------

Binary file not shown.

View File

@ -1 +1 @@
1.3.0
1.3.0_15_08_10_p1