Skip to content

ESP8266_RTOS_SDK v3.0.1

Compare
Choose a tag to compare
@wujiangang wujiangang released this 29 Dec 12:14
· 41 commits to release/v3.0 since this release

ESP8266_RTOS_SDK v3.0.1 is a bugfix-only update for ESP8266_RTOS_SDK v3.0. Release v3.0.1 is compatible with apps written for ESP8266_RTOS_SDK v3.0.x.

This is the list of changes since release v3.0:

1. Systems

  • Fix an issue that "esp_restart" may return unexpectly.

2. Wi-Fi

  • Fix the incompatiblity issue of some special APs using CCMP encryption.
  • Fix the beacon timeout issue by disabling AMPDU packet in normal mode.
  • Optimize smartconfig process and efficiency.

3. LwIP

  • Fix the compiling error when UDP sync is disabled.