请勿使用本旧版本 SDK,建议使用 最新发布 SDK。
ESP8266_NONOS_SDK_V1.5.0_15_11_27 Release
Important Links
Here are the links for this SDK release (version ESP8266_NONOS_SDK_V1.5.0_15_11_27):
Release Notes
Resolved Issues(Bugs below are eligible for Bug Bounty Program):Optimization:
- Returned value of system_get_rst_info is wrong.
Added APIs:
- Optimize espconn_regist_recvcb for UDP transmission.
- Print information will prompt errors if the input parameters of os_time_arm excess the upper limit.
- Optimize memory management.
- Optimize RF frequency offset.
- Print information will prompt errors if the size of bin file is too large in OTA. OTA can NOT update to the older Version.
- Optimize mDNS.
- Revise UART output print error when powered on again after call system_uart_swap.
- Revise errors during multiple UDP transmissions.
- 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.
- Optimize the error of packet loss during UDP transmission process under single station mode.
- Add new function, WPA2-Enterprise is supported.
- SmartConfig version is upgraded to V2.5.3.
- Mesh version is upgraded to V0.2.3.
- User application needs to add "-lcrypto" in 'LINKFLAGS_eagle.app.v6" area of Makefile.
AT_v0.51 Release Note:
- espconn_abort: break TCP connection compulsively.
- espconn_secure_delete: delete the SSL server when ESP8266 runs as SSL server.
- wifi_station_set_cert_key: set certificate and private key for WPA2 Enterprise.
- wifi_station_clear_cert_key: release the resouce of connecting to WPA2 Enterprise AP, and clear the status.
- Since this ESP8266_NONOS_SDK_V1.5.0, AT firmware is too large to fit in 4Mbit (512KB) Flash. Please use 8Mbit (1MB) or larger Flash.
- Revise the error of the first byte in AT command when UART RX interrupt handler is implemented.
- Revise the malfunction of display when AT+CWLAP is invoked to scan a specific AP.
Have fun!
_______________________________________________________
ESP8266_NONOS_SDK_V1.5.0_15_11_27发布
发布说明
修正问题(符合乐鑫 Bug 赏金计划):优化:
- system_get_rst_info 返回值异常
新增 APIs:
- 针对 UDP 传输,优化 espconn_regist_recvcb。
- 优化 os_time_arm,如果传入的参数超过上限,打印信息会提示错误。
- 优化内存管理。
- 优化 RF 频偏部分。
- 优化 OTA 升级,bin 文件过大时提示错误。此版本及之后的 OTA 不支持升级到之前的旧版本。
- 优化 mDNS 。
- 修正调用 system_uart_swap 后,重新上电打印出错的问题。
- 修正多个 UDP 传输的情况下,传输出错的问题。
- 修正调用 wifi_station_set_config_default 设置同一 AP 信息不保存到 Flash 的问题。
- 修正 UDP 传输在单 station 模式下丢包的问题。
- 新增支持 WPA2 Enterprise。
- SmartConfig 更新到版本 2.5.3。
- mesh 更新到版本 0.2.3。
- 请注意,用户的应用程序需要在 Makefile 的 LINKFLAGS_eagle.app.v6 字段中添加 -lcrypto。
AT_v0.51 Release Note:
- espconn_abort : 强制断开 TCP 连接。
- espconn_secure_delete :ESP8266 作为 SSL server 时,可删除此 SSL server。
- wifi_station_set_cert_key :设置 WPA2 Enterprise 私钥和证书。
- wifi_station_clear_cert_key :释放连接 WPA2 Enterprise AP 占用的资源,并清除状态。
- 从当前版本 ESP8266_NONOS_SDK_V1.5.0 起,AT 固件所需空间增大,无法再使用 4Mbit (512KB) Flash,请使用 8Mbit (1MB) 或以上容量 Flash。
- 修正 AT 中,用户使用uart接收中断处理时,第一个字节是错误的问题。
- 修正 AT+CWLAP 扫描特定 AP 不显示的问题。
感谢您对 ESP8266 的关注!