From 787f153219a61034023e915e81b5a058feac0d10 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sat, 6 Apr 2024 16:36:37 +0200 Subject: [PATCH] Update to Tasmota core 3.0.0-beta (#21114) --- platformio_tasmota32.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platformio_tasmota32.ini b/platformio_tasmota32.ini index 2725406bb..8cc76d473 100644 --- a/platformio_tasmota32.ini +++ b/platformio_tasmota32.ini @@ -94,12 +94,12 @@ lib_ignore = [core32] platform = https://github.com/tasmota/platform-espressif32/releases/download/2024.01.01/platform-espressif32.zip -platform_packages = tool-esptoolpy @ https://github.com/tasmota/esptool/releases/download/v4.7.1/esptool.zip +platform_packages = tool-esptoolpy @ https://github.com/tasmota/esptool/releases/download/v4.7.2/esptool.zip build_unflags = ${esp32_defaults.build_unflags} build_flags = ${esp32_defaults.build_flags} [core32_30] -platform = https://github.com/tasmota/platform-espressif32/releases/download/2024.02.10/platform-espressif32.zip -platform_packages = tool-esptoolpy @ https://github.com/tasmota/esptool/releases/download/v4.7.1/esptool.zip +platform = https://github.com/tasmota/platform-espressif32/releases/download/2024.04.10/platform-espressif32.zip +platform_packages = build_unflags = ${core32.build_unflags} build_flags = ${core32.build_flags}