Skip to content

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

Latest
Compare
Choose a tag to compare
@me-no-dev me-no-dev released this 02 Aug 09:54
· 53 commits to master since this release

The Arduino ESP32 version 3.0.4 is fourth 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

Peripherals

ADC

  • Update analogContinuous function for passing pins as const and constexpr by @rvbc1 in #10044

GPIO

LEDC

UART

Timer

Libraries

Networking

  • PPP: add "battery status" read stub functions by @WebDust21 in #10043
  • feat(wifi): Allow setting minimum time for wifi scan by @P-R-O-C-H-Y in #10083
  • fix(lwip): Add early out in NetworkUDP::parsePacket() when socket has no data by @nitz in #10075

NetworkClientSecure

  • fix(wfcs): Replaced expired certificate for howsmyssl.com by @lbernstone in #10063
  • fix(ssl): Add size arg to NetworkClientSecure::setCACertBundle by @me-no-dev in #10101

Rainmaker

  • fix(rainmaker): Add new partition tables that fits the binary size by @P-R-O-C-H-Y in #10046
  • fix(example): Update RainMaker examples to work with ESP32C6 by @P-R-O-C-H-Y in #10096

ESP-NOW

Boards updates & addition

CI & Testing

Documentation & Examples


Full Changelog: 3.0.3...3.0.4


New Contributors


Thank you all for your contribution!