Skip to content

ESP-IDF Release v3.0.6

Compare
Choose a tag to compare
@projectgus projectgus released this 01 Nov 11:15
· 37825 commits to master since this release

Documentation for release v3.0.6 is available at https://docs.espressif.com/projects/esp-idf/en/v3.0.6/

ESP-IDF v3.0.6 is a bugfix-only update for ESP-IDF v3.0.5. Release v3.0.6 is compatible with apps written for ESP-IDF v3.0.x.

The latest stable version of ESP-IDF is v3.1.1.

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

Security Related

WiFi Related

  • Fix WiFi timer inaccuracy when sleep mode enabled
  • Fix WiFi memory leak

Bluetooth Related

  • Dual Mode: Correct TX power levels (esp_power_level_t)
  • BLE: Fix crash on advertising start

Obtaining v3.0.6

For full installation instructions, see the ESP-IDF Programming Guide.

The source files attached to this release will not work due to our use of git submodules. Use one of the following methods instead:

Using git

To get this release, use the following commands:

git clone -b v3.0.6 --recursive https://github.com/espressif/esp-idf.git esp-idf-v3.0.6
cd esp-idf-v3.0.6/

This is the recommended way of obtaining v3.0.6 of ESP-IDF.

Download an archive with submodules included

Attached to this release is an esp-idf-v3.0.6.zip archive. It includes .git directory and all the submodules, so can be used out of the box. This archive is provided for users who have connectivity issues preventing them from cloning from GitHub.

This archive can also be downloaded from Espressif's download server:
https://dl.espressif.com/dl/esp-idf/releases/esp-idf-v3.0.6.zip