From de770921180dc57e60a770b9567ce03f69a47f15 Mon Sep 17 00:00:00 2001 From: Ton Huisman Date: Sat, 19 Oct 2024 20:43:25 +0200 Subject: [PATCH] [Build] Fix: Use package with Solo1 'autodetect' (Solo1 specific packaged removed) --- platformio_esp32_solo1.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio_esp32_solo1.ini b/platformio_esp32_solo1.ini index 9854619dc8..4f90b20fad 100644 --- a/platformio_esp32_solo1.ini +++ b/platformio_esp32_solo1.ini @@ -3,7 +3,7 @@ [esp32_solo1_common_LittleFS] extends = esp32_base_idf5 platform = https://github.com/Jason2866/platform-espressif32.git#Arduino/IDF53 -platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/3020/framework-arduinoespressif32-solo1-release_v5.3-98aecc7e.zip +platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/3085/framework-arduinoespressif32-all-release_v5.3-4c885a26.zip build_flags = ${esp32_base_idf5.build_flags} -DFEATURE_ARDUINO_OTA=1 -DUSE_LITTLEFS