Skip to content

esp_iot_sdk_v1.3.0_15_08_10_p1 Release Note #680

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 10, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hardware/esp8266com/esp8266/cores/esp8266/Esp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ void EspClass::wdtDisable(void)

void EspClass::wdtFeed(void)
{

system_soft_wdt_feed();
}

extern "C" void esp_yield();
Expand Down
12 changes: 12 additions & 0 deletions hardware/esp8266com/esp8266/tools/sdk/changelog.txt
Original file line number Diff line number Diff line change
@@ -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
----------------------------------------

Expand Down
Binary file modified hardware/esp8266com/esp8266/tools/sdk/lib/libssl.a
Binary file not shown.
2 changes: 1 addition & 1 deletion hardware/esp8266com/esp8266/tools/sdk/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.3.0_15_08_10_p1