Skip to content

Releases: tasmota/arduino-esp32

Tasmota framework-arduinoespressif32

08 Nov 09:00
Compare
Choose a tag to compare

Tasmota Arduino ESP32 2.0.1 rc2

Tasmota framework-arduinoespressif32

22 Oct 10:48
Compare
Choose a tag to compare
2.0.1rc1

Tasmota Arduino ESP32 2.0.1 rc1

Tasmota framework-arduinoespressif32

20 Oct 09:46
Compare
Choose a tag to compare

Tasmota framework-arduinoespressif32

17 Sep 08:30
Compare
Choose a tag to compare

Tasmota framework-arduinoespressif32

03 Sep 10:23
Compare
Choose a tag to compare

Based on official release 2.0.0 with changes in IDF sdkconfig for

  • enable autodetect PSRAM
  • allow writes in whole flash
  • disable asserts
  • patch for ESP32-Solo1 OEM (Xiaomi and Yeelight devices)
Commits

Tasmota framework-arduinoespressif32

21 Jul 09:36
18b8f3e
Compare
Choose a tag to compare

Solo1 OTA update WDT fix

Commits

Tasmota framework-arduinoespressif32 (PSRAM auto detect)

30 Jun 09:40
ea236e2
Compare
Choose a tag to compare

same as 1.0.7 with changes to sdkconfig and PSRAM not abort PR tasmota/esp-idf#2

CONFIG_SPIRAM_BOOT_INIT=y
CONFIG_SPIRAM_IGNORE_NOTFOUND=y
CONFIG_SPIRAM_MEMTEST=y
CONFIG_SPIRAM_USE_MALLOC=y

Tasmota framework-arduinoespressif32

18 Jul 16:08
bb2d98a
Compare
Choose a tag to compare

As 1.0.7.1 with changed lib LITTLEFS. Changed form LITTLEFS to LittleFS same as for ESP8266
The next official ESP32 core will have this change too.

Built with bb2d98a
and tasmota/esp-idf@714f27f

Tasmota framework-arduinoespressif32

13 Jun 15:53
bb2d98a
Compare
Choose a tag to compare

based on commit Arduino ESP32 branch release/v1.0 espressif@bb2d98a and IDF 3.3 branch commit espressif/esp-idf@6aaddf9

  • Includes LITTLEFS
  • No CXX_EXCEPTIONS (saves about 245k Flash with build variant Tasmota32)
  • Option Dangerous Writes
  • Option Disable Assertions