|
| 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 | + |
1 | 34 | esp_iot_sdk_v1.4.0_15_09_18 Release Note
|
2 | 35 | ----------------------------------------
|
3 | 36 | Resolved Issues(Bugs below are eligible for Bug Bounty Program):
|
|
0 commit comments