From 2f647e3db6a06a95131f2471136dc0ae921caa7d Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Mon, 9 Nov 2020 14:23:38 +0100 Subject: [PATCH] Use Tasmota ESP32 core from PlatformIO registry --- platformio_tasmota32.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio_tasmota32.ini b/platformio_tasmota32.ini index 318cfcd93..a4475c67b 100644 --- a/platformio_tasmota32.ini +++ b/platformio_tasmota32.ini @@ -87,7 +87,7 @@ build_flags = ${esp_defaults.build_flags} [core32] platform = espressif32 @ 2.0.0 platform_packages = tool-esptoolpy@1.20800.0 - framework-arduinoespressif32 @ https://github.com/tasmota/arduino-esp32/releases/download/1.0.4.1/esp32-1.0.4.1.zip + tasmota/framework-arduinoespressif32 @ 3.10004.1 build_unflags = ${esp32_defaults.build_unflags} build_flags = ${esp32_defaults.build_flags}