diff --git a/cores/esp8266/Esp.cpp b/cores/esp8266/Esp.cpp index fc814976c..ec7f469da 100644 --- a/cores/esp8266/Esp.cpp +++ b/cores/esp8266/Esp.cpp @@ -100,7 +100,7 @@ void EspClass::wdtDisable(void) void EspClass::wdtFeed(void) { - + system_soft_wdt_feed(); } extern "C" void esp_yield(); diff --git a/tools/sdk/changelog.txt b/tools/sdk/changelog.txt index ad755f7a4..7f7db13f7 100644 --- a/tools/sdk/changelog.txt +++ b/tools/sdk/changelog.txt @@ -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 ---------------------------------------- diff --git a/tools/sdk/lib/libssl.a b/tools/sdk/lib/libssl.a index 8ba48e1a3..5977a723b 100644 Binary files a/tools/sdk/lib/libssl.a and b/tools/sdk/lib/libssl.a differ diff --git a/tools/sdk/version b/tools/sdk/version index f0bb29e76..e8397674e 100644 --- a/tools/sdk/version +++ b/tools/sdk/version @@ -1 +1 @@ -1.3.0 +1.3.0_15_08_10_p1 \ No newline at end of file