Skip to content

Releases: tasmota/arduino-esp32

Tasmota Arduino Core 3.1.0.240926 based on ESP-IDF v5.3.1+ for Platformio

26 Sep 12:29
29c8ad9
Compare
Choose a tag to compare
Tasmota changes

* optional Ethernet support (JL1101 driver added)
* esp-modem only esp32, esp32s2 and esp32s3
* remove `OpenThread`
* remove all BT BLE libraries
* remove SPIFFS
* remove Client Secure
* remove Provisioning
* remove TfLite, Insights and Rainmaker
* make GPIOViewer working see https://github.com/arendst/Tasmota/commit/969611835c803197e0a683c9cf9647d074bdfae8

Tasmota Arduino Core 3.0.5 based on ESP-IDF v5.1.4+ for Platformio

18 Sep 16:17
40bf687
Compare
Choose a tag to compare
Tasmota changes

* optional Ethernet support (JL1101 driver added)
* esp-modem only esp32, esp32s2 and esp32s3
* remove `OpenThread`
* remove all BT BLE libraries
* remove SPIFFS
* remove Client Secure
* remove Provisioning
* remove TfLite, Insights and Rainmaker
* make GPIOViewer working see https://github.com/arendst/Tasmota/commit/969611835c803197e0a683c9cf9647d074bdfae8

Tasmota Arduino Core 3.0.4 based on ESP-IDF v5.1.4+ for Platformio

26 Aug 14:18
2175695
Compare
Choose a tag to compare
make GPIOViewer working

see https://github.com/arendst/Tasmota/commit/969611835c803197e0a683c9cf9647d074bdfae8

Tasmota Arduino Core 3.0.4 based on ESP-IDF v5.1.4+ for Platformio

02 Aug 13:00
955521a
Compare
Choose a tag to compare
3.0.4.240802

Merge branch 'espressif:master' into main

Tasmota Arduino Core 3.0.2 based on ESP-IDF v5.1.4 for Platformio

12 Jul 20:21
1e526cd
Compare
Choose a tag to compare
  • sdkconfig setting added I2S_ISR_IRAM_SAFE to fix i2s sound crashes
  • no code changes in IDF / Arduino since release 3.0.2.240707

Tasmota Arduino Core 3.0.2 based on ESP-IDF v5.1.4 for Platformio

07 Jul 16:21
2053de2
Compare
Choose a tag to compare

Tasmota Arduino Core 2.0.18 based on IDF v4.4.8.240628

29 Jun 09:07
aef13a2
Compare
Choose a tag to compare
HTTPClient - add stubs for SSL-related overloads (#447)

allows using https URLs in code and handle begin() properly,
prevents linker from complains

Tasmota Arduino Core 3.0.2 based on IDF v5.1.4.240625

25 Jun 14:12
06af62c
Compare
Choose a tag to compare
Tasmota changes

* revert WiFiClient - rename flush() to clear() https://github.com/espressif/arduino-esp32/pull/9453/files since it uneeded brakes many libs and code
* optional Ethernet support (JL1101 driver added)
* esp-modem only esp32, esp32s2 and esp32s3
* remove `OpenThread`
* remove all BT BLE libraries
* remove SPIFFS
* remove Client Secure
* remove Provisioning
* remove TfLite, Insights and Rainmaker

Tasmota Arduino Core 3.0.1 based on IDF v5.1.4.240602

05 Jun 12:29
3ebe1f8
Compare
Choose a tag to compare
3.0.1.240605

Merge branch 'espressif:master' into main

Tasmota Arduino Core 3.0.0 based on ESP-IDF v5.1.4 for Platformio

29 May 14:19
c82366b
Compare
Choose a tag to compare

Reverts Arduino PR 9453 WiFiClient - rename flush() to clear() which brakes function in many libs