Skip to content

Arduino Release v3.1.2 based on ESP-IDF v5.3

Compare
Choose a tag to compare
@me-no-dev me-no-dev released this 13 Feb 12:33
· 81 commits to master since this release

What's Changed

System PR

Peripherals

GPIO

I2S

UART

  • Fix(UART): ESP32-S2 UART baud rate detection CI test case by @SuGlider in #10926

USB

Libraries

FS

  • Fix(littlefs): Converted core disableWDT functions to bool by @lbernstone in #10896
  • Fix(SPIFFS): Use new disableWDT bool return value by @TD-er in #10909

Matter

Network

OTA

  • Fix(ota): Make sure that ArduinoOTA.end() is called in the destructor by @me-no-dev in #10932

WIFI

  • Fix(wifi): Make sure that esp-hosted events are propagated by @me-no-dev in #10939

Zigbee

  • Fix(zigbee): Fixes in handlers, destructors and co2 sensor delta reporting by @P-R-O-C-H-Y in #10834
  • Feat(zigbee): Add 2MB + 8MB partitions by @P-R-O-C-H-Y in #10864
  • Add IAS Zone Notification Message service to ZigbeeHandlers and ZigbeeEP.h by @lsroka76 in #10821
  • Feat(zigbee): Add Time cluster support + fix of duplicate indentify cluster by @P-R-O-C-H-Y in #10863
  • Feat(zigbee): Add IAS Zone endpoints (Contact Switch + Door/Window Handle) by @P-R-O-C-H-Y in #10918
  • Created Zigbee Endpoint for Window Covering. by @hennikul in #10914
  • Fix(zigbee): Add default destructor to Window Covering and fix initialization of tm struct by @P-R-O-C-H-Y in #10943
  • Feat(zigbee): Add OTA client cluster support by @P-R-O-C-H-Y in #10946
  • Feat(zigbee): Add vibration sensor endpoint by @P-R-O-C-H-Y in #10944
  • Feat(zigbee): Support HSV color commands for RGB light endpoint by @P-R-O-C-H-Y in #10959

Boards Additional & Updates

  • Feat(esp32): Added a new device(xiao esp32s3 plus) by @is-qian in #10768
  • Feat(board): Update 3rd party board Huidu HD-WF2/HD-WF4 by @vortigont in #10957

CI & testing

Documentation

Others

New Contributors

Full Changelog: 3.1.1...3.1.2