Skip to content

Commit 119ddca

Browse files
committed
Update SDK changelog
1 parent 2b941f5 commit 119ddca

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

tools/sdk/changelog.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
esp_iot_sdk_v1.5.0_15_11_27 Release Note
2+
----------------------------------------
3+
Resolved Issues (Bugs listed below apply to Bug Bounty Program):
4+
1. Returned value of system_get_rst_info is wrong.
5+
6+
Optimization:
7+
1. Optimize espconn_regist_recvcb for UDP transmission.
8+
2. Print information will prompt errors if the input parameters of os_time_arm excess the upper limit.
9+
3. Optimize memory management.
10+
4. Optimize RF frequency offset.
11+
5. Print information will prompt errors if the size of bin file is too large in OTA.
12+
6. Optimize mDNS.
13+
7. Revise UART output print error when powered on again after call system_uart_swap.
14+
8. Revise errors during multiple UDP transmissions.
15+
9. Revise the error when wifi_station_set_config_default is called and the same AP is set as before, while information cannot be stored in the Flash.
16+
10. Optimize the error of packet loss during UDP transmission process under single station mode.
17+
11. Add new function, WPA2 Enterprise is supported.
18+
12. SmartConfig version is upgraded to V2.5.3.
19+
13. Mesh version is upgraded to V0.2.3.
20+
14. User application needs to add "-lcrypto" in LINKFLAGS_eagle.app.v6 of Makefile.
21+
22+
Added APIs:
23+
1.espconn_abort: bread TCP connection compulsively.
24+
2.espconn_secure_delete: delete the SSL server when ESP8266 runs as SSL server.
25+
3.wifi_station_set_cert_key: set certificate and private key for WPA2 Enterprise.
26+
4.wifi_station_clear_cert_key: release the resource of connecting to WPA2 Enterprise AP, and clear the status.
27+
28+
29+
AT_v0.51 release note:
30+
1.Revise the error of the first byte in AT command when UART RX interrupt handler is implemented.
31+
2.Revise the malfunction of display when AT+CWLAP is invoked to scan a specific AP.
32+
33+
134
esp_iot_sdk_v1.4.0_15_09_18 Release Note
235
----------------------------------------
336
Resolved Issues(Bugs below are eligible for Bug Bounty Program):

tools/sdk/version

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

0 commit comments

Comments
 (0)