Releases: Yacubane/esp32-arduino-matter
v1.0.0-beta.7
Build contains precompiled libraries that should be used with specific version of board:
- Arduino IDE with ESP32 board at version 2.0.14
- PlatformIO with PlatformIO espressif32 platform based on arduino-esp32 at version 2.0.14 (you can determine it by looking at changelog here)
This release is based on these project versions:
Project | Tag / Commit hash |
---|---|
esp32-arduino-matter-builder | v1.0.0-beta7 |
Matter | v1.1.0.2 |
esp-matter | dd4f34e |
esp-idf | v4.4.6 |
arduino-esp32 | 2.0.14 |
v1.0.0-beta.6
Build contains precompiled libraries that should be used with specific version of board:
- Arduino IDE with ESP32 board at version 2.0.11
- PlatformIO with PlatformIO espressif32 platform based on arduino-esp32 at version 2.0.11 (you can determine it by looking at changelog here)
This release is based on these project versions:
Project | Tag / Commit hash |
---|---|
esp32-arduino-matter-builder | v1.0.0-beta6 |
Matter | 08b13661b6 |
esp-matter | 603296a |
esp-idf | v4.4.5 |
arduino-esp32 | 2.0.11 |
v1.0.0-beta.5
Build contains precompiled libraries that should be used with specific version of board:
- Arduino IDE with ESP32 board at version 2.0.9
- PlatformIO with PlatformIO espressif32 platform at version v6.2.0
This release is based on these project versions:
Project | Tag / Commit hash |
---|---|
esp32-arduino-matter-builder | v1.0.0-beta5 |
Matter | v1.1.0.1 |
esp-matter | 4707b88 |
esp-idf | 7641c8ef4f (4.4.4 with patch) |
arduino-esp32 | 2.0.9 |
v1.0.0-beta.4
Build contains precompiled libraries that should be used with specific version of board:
- Arduino IDE with ESP32 board at version 2.0.8
- PlatformIO with PlatformIO espressif32 platform at version v6.1.0
This release is based on these project versions:
Project | Tag / Commit hash |
---|---|
esp32-arduino-matter-builder | v1.0.0-beta.4 |
Matter | bd17b9f52f |
esp-matter | 0b1762e |
esp-idf | v4.4.4 |
arduino-esp32 | 2.0.8 |
v1.0.0-beta.3
Build contains precompiled libraries that should be used with specific version of board:
- Arduino IDE with ESP32 board at version 2.0.7
- PlatformIO with PlatformIO espressif32 platform at version v6.1.0
This release is based on these project versions:
Project | Tag / Commit hash |
---|---|
Matter | bc8c9ec |
esp-matter | f2e77d2 |
esp-idf | v4.4.4 |
v1.0.0-beta.2
Build contains precompiled libraries that should be used with specific version of board:
- Arduino IDE with ESP32 board at version 2.0.7
- PlatformIO with PlatformIO espressif32 platform at version v6.1.0
This release is based on these project versions:
Project | Tag / Commit hash |
---|---|
Matter | V1.0.0.2 |
esp-matter | d886f9c |
esp-idf | 4.4.4 |
v1.0.0-beta.1
Build contains precompiled libraries that should be used with specific version of board:
- Arduino IDE with ESP32 board at version 2.0.6
- PlatformIO with PlatformIO espressif32 platform at version 5.3.0
This release is based on these project versions:
Project | Tag / Commit hash |
---|---|
Matter | V1.0.0.2 |
esp-matter | 65e1ed1 |
esp-idf | 4.4.3 |
v0.0.1-alpha.2
Update esp-matter, Matter SDK and add debug example (#7) * Update esp-matter and Matter SDK, add new examples * Update README.md
v0.0.1-alpha.1
Add example with two endpoints (#5) * Add example with two endpoints * Fix folder structure