Skip to content

Commit 6e2f157

Browse files
committed
Merge pull request #680 from Links2004/esp8266
esp_iot_sdk_v1.3.0_15_08_10_p1
2 parents c5d7aea + 4ad8946 commit 6e2f157

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

cores/esp8266/Esp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ void EspClass::wdtDisable(void)
100100

101101
void EspClass::wdtFeed(void)
102102
{
103-
103+
system_soft_wdt_feed();
104104
}
105105

106106
extern "C" void esp_yield();

tools/sdk/changelog.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
esp_iot_sdk_v1.3.0_15_08_10_p1 Release Note
2+
----------------------------------------
3+
4+
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.
5+
6+
Download and unzip the attachment, replace the lib in esp_iot_sdk/lib folder.
7+
8+
Please do not set the same priority for two different tasks when using system_os_task.
9+
10+
Sorry for the inconvenience.
11+
12+
113
esp_iot_sdk_v1.3.0_15_08_08 Release Note
214
----------------------------------------
315

tools/sdk/lib/libssl.a

206 KB
Binary file not shown.

tools/sdk/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0
1+
1.3.0_15_08_10_p1

0 commit comments

Comments
 (0)