Skip to content

Tags: espressif/arduino-esp32

Tags

3.3.4

Toggle 3.3.4's commit message
change(version): Update core version to 3.3.4 

3.3.3

Toggle 3.3.3's commit message
change(version): Update core version to 3.3.3 

3.3.2

Toggle 3.3.2's commit message
change(version): Update core version to 3.3.2 

3.3.1

Toggle 3.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #11586 from kapyaar/master Update HTTPUpdateServer.h to Fix SPIFFS Update error: Bad Size Given

3.3.0

Toggle 3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #10884 from espressif/release/v3.3.x Arduino ESP32 v3.3 based on ESP-IDF v5.5 (master)

3.3.0-RC1

Toggle 3.3.0-RC1's commit message
feat(core): Update core version to 3.3.0 

3.2.1

Toggle 3.2.1's commit message
Update core version to 3.2.1 

3.3.0-alpha1

Toggle 3.3.0-alpha1's commit message
Update Core Version 

3.2.0

Toggle 3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update LilyGo variants and add new variants (#11192) * Update LilyGo T-Watch-S3 definition and expansion options * Update LilyGo T-Watch-Ultra definition and expand options * Added variant LilyGo-T-LoRa-Pager * Update partition table order * Update LilyGo board partition table order * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>

3.2.0-RC2

Toggle 3.2.0-RC2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(Zigbee): Adding Zigbee Wind speed sensor endpoint (#10455) * Create ZigbeeWindSpeedSensor.h * Create ZigbeeWindSpeedSensor.cpp * Update ZigbeeWindSpeedSensor.cpp * Update ZigbeeWindSpeedSensor.cpp * Create ZigbeeWindSpeedSensor.ino * Update ZigbeeWindSpeedSensor.ino * Update ZigbeeWindSpeedSensor.ino * Create ci.json * Rename ZigbeeWindSpeedSensor.ino to Zigbee_Wind_Speed_Sensor.ino * Rename ci.json to ci.json * Update CMakeLists.txt * Update Zigbee_Wind_Speed_Sensor.ino * Update Zigbee_Wind_Speed_Sensor.ino * Update Zigbee_Wind_Speed_Sensor.ino * Update ZigbeeWindSpeedSensor.cpp * Update ZigbeeWindSpeedSensor.cpp Use ESP_ZB_HA_SIMPLE_SENSOR_DEVICE_ID device id * feat(zigbee): Add windspeed sensor endpoint * Update Zigbee.h Add ZigbeeWindSpeedSensor.h * update example * add missing sdkconfig include * add readme * ci(pre-commit): Apply automatic fixes * Update README.md --------- Co-authored-by: Jan Procházka <[email protected]> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>