From 9d643c2a4e4cf569a024a48064631751e813ae5b Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Thu, 2 Dec 2021 15:48:55 +0100 Subject: [PATCH 1/3] Use Tasmota platformio framework fork --- platformio_tasmota32.ini | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/platformio_tasmota32.ini b/platformio_tasmota32.ini index f832417ea..a28bef2d0 100644 --- a/platformio_tasmota32.ini +++ b/platformio_tasmota32.ini @@ -32,18 +32,13 @@ build_flags = ${esp_defaults.build_flags} -Wl,--wrap=panicHandler -Wl,--wrap=xt_unhandled_exception [core32] -platform = https://github.com/platformio/platform-espressif32.git#feature/arduino-idf-master -platform_packages = framework-arduinoespressif32 @ https://github.com/tasmota/arduino-esp32/releases/download/2.0.1.1/framework-arduinoespressif32-release_IDF4.4.tar.gz - platformio/tool-esptoolpy @ https://github.com/tasmota/esptool/releases/download/v3.2/esptool-v3.2.zip - platformio/tool-mklittlefs @ ~1.203.200522 +platform = https://github.com/tasmota/platform-espressif32.git#feature/arduino-idf-v4.4 build_unflags = ${esp32_defaults.build_unflags} build_flags = ${esp32_defaults.build_flags} [core32solo1] -platform = https://github.com/platformio/platform-espressif32.git#feature/arduino-idf-master +platform = https://github.com/tasmota/platform-espressif32.git#feature/arduino-idf-v4.4 platform_packages = framework-arduinoespressif32 @ https://github.com/tasmota/arduino-esp32/releases/download/2.0.1.1/framework-arduinoespressif32-solo1-release_IDF4.4.tar.gz - platformio/tool-esptoolpy @ https://github.com/tasmota/esptool/releases/download/v3.2/esptool-v3.2.zip - platformio/tool-mklittlefs @ ~1.203.200522 build_unflags = ${esp32_defaults.build_unflags} build_flags = ${esp32_defaults.build_flags} From f2d01d9ae9f6bf26ac6af2e95a073715e22e0609 Mon Sep 17 00:00:00 2001 From: Jason2866 Date: Thu, 2 Dec 2021 15:00:02 +0000 Subject: [PATCH 2/3] empty entry needed --- platformio_tasmota32.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/platformio_tasmota32.ini b/platformio_tasmota32.ini index a28bef2d0..985374343 100644 --- a/platformio_tasmota32.ini +++ b/platformio_tasmota32.ini @@ -33,6 +33,7 @@ build_flags = ${esp_defaults.build_flags} [core32] platform = https://github.com/tasmota/platform-espressif32.git#feature/arduino-idf-v4.4 +platform_packages = build_unflags = ${esp32_defaults.build_unflags} build_flags = ${esp32_defaults.build_flags} From 44cf1b651200e041ca02284b5feeac735d4d623d Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Thu, 2 Dec 2021 16:07:55 +0100 Subject: [PATCH 3/3] Update platformio_override_sample.ini --- platformio_override_sample.ini | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/platformio_override_sample.ini b/platformio_override_sample.ini index d22b0b861..3bbbc9f44 100644 --- a/platformio_override_sample.ini +++ b/platformio_override_sample.ini @@ -89,11 +89,8 @@ lib_extra_dirs = ${library.lib_extra_dirs} [env:tasmota32_base] -; *** Uncomment next lines ";" to enable development Tasmota Arduino version ESP32 -;platform = https://github.com/platformio/platform-espressif32.git#feature/arduino-idf-master +; *** Uncomment next line ";" to enable development Tasmota Arduino version ESP32 ;platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/525/framework-arduinoespressif32-release_v4.4-7cac8278e.tar.gz -; platformio/tool-esptoolpy @ https://github.com/tasmota/esptool/releases/download/v3.2/esptool-v3.2.zip -; platformio/tool-mklittlefs @ ~1.203.200522 build_unflags = ${esp32_defaults.build_unflags} build_flags = ${esp32_defaults.build_flags}