mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-07 16:23:38 +03:00
Merge pull request #680 from Links2004/esp8266
esp_iot_sdk_v1.3.0_15_08_10_p1
This commit is contained in:
commit
6e2f15719a
@ -100,7 +100,7 @@ void EspClass::wdtDisable(void)
|
||||
|
||||
void EspClass::wdtFeed(void)
|
||||
{
|
||||
|
||||
system_soft_wdt_feed();
|
||||
}
|
||||
|
||||
extern "C" void esp_yield();
|
||||
|
@ -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.
@ -1 +1 @@
|
||||
1.3.0
|
||||
1.3.0_15_08_10_p1
|
Loading…
x
Reference in New Issue
Block a user