Skip to content

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

Latest
Compare
Choose a tag to compare
@me-no-dev me-no-dev released this 24 Jun 19:36
· 5 commits to master since this release
65204d9

The Arduino ESP32 version 3.0.2 is second 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


System PR

Components

  • feat(crypto): Add libsodium to the included components by @me-no-dev in #9821
  • feat(uart): Add esp-modbus to the included components by @me-no-dev in #9855

Libraries

BLE

  • fix(BLE): Arduino String shall not be used within std::map<> by @SuGlider in #9875
  • Adds BLE Characteristic User Description 0x2901 Descriptor by @SuGlider in #9883

BluetoothSerial

  • BluetoothSerial - Reduce bluetooth serial flush delay by @vincadrn in #9905

OpenThread

  • New OpenThread CLI Arduino Library for ESP32-C6 and ESP32-H2 by @SuGlider in #9908

Networking

  • fix(client): Implement readBytes in NetworkClient for faster downloads by @me-no-dev in #9824
  • fix(client): Fix NetworkClient::localIP() by @me-no-dev in #9845
  • fix(wifi): Fix WiFi setTxPower and getTxPower by @me-no-dev in #9862
  • ClientSecure.available() fix for connection closed by remote socket by @JAndrassy in #9869
  • feat(net): Switch to typedefs for WiFiClient, WiFiServer, WiFiUdp and WiFiClientSecure by @me-no-dev in #9909

SDMMC

HTTPClient

NetBIOS

WebServer

OTA

  • fix(ota): Magic byte check fails with encrypted firmware by @me-no-dev in #9852
  • fix(ota): Allow password and partition change while idle by @me-no-dev in #9853

Peripherals

ADC

RMT

Boards additions & updates

CI & Testing

Examples

  • Deep Sleep Example Fix by @SuGlider in #9904
  • fix: Update the root certificate for the BasicHttpsClient example by @a-grealish in #9857
  • change(idf): Rename component example and fix compilation warnings by @lucasssvaz in #9801
  • fix(time): Fix SimpleTime to also use time servers from DHCP by @me-no-dev in #9886

Documentation


Full Changelog: 3.0.1...3.0.2


New Contributors

Thanks everyone for your contribution! 🎉