Important Links
Here are the links for this SDK release (version ESP8266_NONOS_SDK_V1.5.4_16_05_20):
Release Notes
Resolved Issues(Bugs below are eligible for Bug Bounty Program):Optimization:
- The return value of system_adc_read is wrong.
- The current is too high in light sleep mode.
- The ESP8266 maybe reset if connected to a special router.
Added APIs:
- Updated libphy.a to version 972.
- Updated libpp.a to version 10.1, revised issues about frequency offset and sleep mode.
- Optimized IGMP function.
- Optimized DNS function.
- Optimized WPS function.
- Optimized DHCP server function.
- Optimized wifi_station_get_connect_status function.
- Revised the issue that API system_adc_read and system_get_vdd33 may return wrong value.
- Optimized API:
bool espconn_secure_ca_enable(uint8 level, uint32 flash_sector);
bool espconn_secure_cert_req_enable(uint8 level, uint32 flash_sector);
- system_adc_read_fast: ADC fast sampling.
- wifi_fpm_auto_sleep_set_in_null_mode: set whether enter modem-sleep mode or not when WiFi is in NULL_MODE.
Known Issue:
- espconn_send returns OK of sending UDP data, even if ESP8266 station disconnects to the AP.
AT_v1.1 Release Note:
Notice:AT_v1.1 Release Note:
- Since the release of ESP8266_NONOS_SDK_V1.5.0, AT firmware is too large to use 4Mbit flash. Please choose flash with at least 8Mbit capacity.
- Firmware upgrade over-the-air process is changed a bit. We will upgrade the latest AT firmware to Espressif Cloud server only after it has been tested and the overall performance is guaranteed. Users may not be able to use AT+CIUPDATE in ESP8266_NONOS_SDK_V1.5.0 and other more advanced versions.
Optimization:
- Optimized the behavior of writing Flash.
- Optimized DHCP server function.
- Updated command AT+SAVETRANSLINK to save domain name.
Have fun!
_______________________________________________________
ESP8266_NONOS_SDK_V1.5.4_16_05_20发布
发布说明
修正问题(符合乐鑫 Bug 赏金计划):优化:
- system_adc_read 返回值异常。
- light sleep 模式下电流较高。
- 连接特殊路由器可能导致系统重启。
Added APIs:
- 更新 libphy.a 到 972 版本。
- 更新 libpp.a 到 10.1 版本,解决部分频偏及休眠问题。
- 优化 IGMP 功能。
- 优化 DNS 功能。
- 优化 WPS 功能。
- 优化 DHCP server 功能。
- 优化 wifi_station_get_connect_status 函数。
- 修正 system_adc_read、system_get_vdd33 返回值异常的问题。
- 修改 API
bool espconn_secure_ca_enable(uint8 level, uint32 flash_sector);
bool espconn_secure_cert_req_enable(uint8 level, uint32 flash_sector);
- system_adc_read_fast: ADC 快速采样
- wifi_fpm_auto_sleep_set_in_null_mode: 设置 Null Mode 模式下,是否自动进入 modem sleep
AT_V1.1 Release Note:
注意:AT_v1.1 更新说明:
- 从版本 ESP8266_NONOS_SDK_V1.5.0 起,AT 固件所需空间增大,无法再使用 4Mbit (512KB) Flash,请使用 8Mbit (1MB) 或以上容量 Flash。
- 我司优化了 AT 固件的升级流程,AT 固件发布后,会等一段时间,待客户反馈稳定后,才上传到 Espressif Cloud 以供下载更新。因此,如果使用 ESP8266_NONOS_SDK_V1.5.0 及之后版本的 AT 固件暂时无法从 Espressif Cloud 升级。
优化:
- 优化 AT 固件写 Flash 的行为。
- 优化 DHCP server 功能。
- 新增 AT+SAVETRANSLINK 对保存域名的支持。