From e36a07b3b075f27a95d2ce15fb9a1d31e4fe2897 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Wed, 30 Jun 2021 11:53:22 +0200 Subject: [PATCH] Use Arduino ESP32 core 1.0.7.1 PSRAM auto detect. PSRAM can be enabled always. --- platformio_tasmota32.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio_tasmota32.ini b/platformio_tasmota32.ini index b697e6efc..4d81a7b36 100644 --- a/platformio_tasmota32.ini +++ b/platformio_tasmota32.ini @@ -27,7 +27,7 @@ build_flags = ${esp_defaults.build_flags} [core32] platform = espressif32 @ 3.2.0 -platform_packages = framework-arduinoespressif32 @ https://github.com/tasmota/arduino-esp32/releases/download/1.0.7/tasmota-arduinoespressif32-release_v3.3.5.tar.gz +platform_packages = framework-arduinoespressif32 @ https://github.com/tasmota/arduino-esp32/releases/download/1.0.7.1/tasmota-arduinoespressif32-release_v3.3.5.tar.gz platformio/tool-esptoolpy @ ~1.30100 platformio/tool-mklittlefs @ ~1.203.200522 build_unflags = ${esp32_defaults.build_unflags}