Skip to content

Arduino Release v3.0.6 based on ESP-IDF v5.1.4+

Compare
Choose a tag to compare
@me-no-dev me-no-dev released this 21 Oct 08:26
· 42 commits to release/v3.0.x since this release
b12bfa3

The Arduino ESP32 version 3.0.6 is sixth bugfix release based on the ESP-IDF v5.1.4 (release notes).


For version migration, please check Migration Guide from v2.X to 3.X


Known issue

This release and its libraries were not generated properly and release is not working through Arduino IDE Board manager, please use release 3.0.7 instead.


Major changes

  • new implementation of Zigbee Library
  • several fixes

System PR

Core related changes

Peripehrals

HardwareSerial

  • fix(HardwareSerial): fix pin remapping in begin() on master by @pillo79 in #10379
  • feat(uart) 3.1.x Core: fixes serialEventRun() to avoid calling available() if serialEvent() is not declared by @SuGlider in #10428

Libraries

AsyncUDP

DNS Server

  • fix: DNSServer Lib - improper startup code in WiFi mode by @vortigont in #10366

Rainmaker

  • fix(esp-rainmaker): update esp-rainmaker version to 1.5.0 by @Asc91 in #10476
  • Update esp-insights version by @Asc91 in #10456

OpenThread

Wire

  • Wire library: Add conditional compilation for second I2C interface based on SOC_I2C_NUM by @sivar2311 in #10408

Zigbee

Boards updates and additions

CI & Testing

Examples


Full Changelog: 3.0.5...3.0.6


New Contributors


Thank you for contribution!