From 5947f3516b14169c49872235f79ea393fb3906c0 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sat, 14 Nov 2020 10:57:24 +0100 Subject: [PATCH] Use ESP32 stage core for entry `[core32_stage]` since the core 1.0.4.2 is Tasmota standard and not stage anymore --- platformio_override_sample.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio_override_sample.ini b/platformio_override_sample.ini index 60b3628b0..ab35d9707 100644 --- a/platformio_override_sample.ini +++ b/platformio_override_sample.ini @@ -125,7 +125,7 @@ lib_extra_dirs = ${library.lib_extra_dirs} [core32_stage] 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.2/esp32-1.0.4.2.zip + framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#idf-release/v3.3 build_unflags = ${esp32_defaults.build_unflags} build_flags = ${esp32_defaults.build_flags} -DESP32_STAGE=true