Releases: tasmota/arduino-esp32
Releases · tasmota/arduino-esp32
Tasmota Arduino Core 3.1.0.241030 based on ESP-IDF v5.3.1+ for Platformio
Full support of IPv6 zones by @s-hadinger
Tasmota Arduino Core 3.1.0.241015 based on ESP-IDF v5.3.1+ for Platformio
Tasmota changes
- USB support only when tiny USB enabled
- 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 arendst/Tasmota@9696118
Tasmota Arduino Core 3.1.0.240926 based on ESP-IDF v5.3.1+ for Platformio
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
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
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
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
- 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
3.0.2.240707 DSP for all
Tasmota Arduino Core 2.0.18 based on IDF v4.4.8.240628
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
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