From 1675a3d1d07e13fffc43d6ed70588d01d700cb21 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Thu, 17 Mar 2022 18:06:36 +0100 Subject: [PATCH] Pico D4 PSRAM support fyi @s-hadinger --- platformio_tasmota32.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio_tasmota32.ini b/platformio_tasmota32.ini index c26deae29..b28d0af65 100644 --- a/platformio_tasmota32.ini +++ b/platformio_tasmota32.ini @@ -39,7 +39,7 @@ extra_scripts = pre:pio-tools/add_c_flags.py [core32] platform = https://github.com/tasmota/platform-espressif32/releases/download/v2.0.2.3/platform-espressif32-2.0.2.3.zip -platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/750/framework-arduinoespressif32-v4.4_dev-2509ea4227.tar.gz +platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/763/framework-arduinoespressif32-v4.4_dev-40d126bfd1.tar.gz build_unflags = ${esp32_defaults.build_unflags} build_flags = ${esp32_defaults.build_flags}