Skip to content

Arduino Pre-Release v3.2.0-RC1 based on ESP-IDF v5.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@me-no-dev me-no-dev released this 26 Feb 13:50
· 62 commits to master since this release
7575fa0

What's Changed

System PR

GPIO

UART

  • feat(LP_UART): Implements the ESP32-C6/ESP32-P4 Low Power UART as a possible HardwareSerial port by @SuGlider in #10967

Matter

  • fix(matter): commentaries and messages related to factory reset by @SuGlider in #10988

Zigbee

  • fix(zigbee): Update esp-zigbee-sdk to 1.6.3 + necessary fixes by @P-R-O-C-H-Y in #10890
  • feat(zigbee): Add range extender device endpoint by @P-R-O-C-H-Y in #10970
  • feat(zigbee): Add Analog endpoint device (input, output, value clusters) by @pwclay in #10950
  • fix(zigbee): use correct pressure cluster function in setTolerance by @oddlama in #11008
  • feat(zigbee): Add ZigbeeGateway endpoint support + Time Cluster bugfix by @P-R-O-C-H-Y in #11009
  • fix(zigbee): use correct carbon dioxide cluster function in setTolerance by @oddlama in #11015

Boards Additions & Updates

CI & testing

New Contributors

Full Changelog: 3.1.3...3.2.0-RC1