From f7e7e28140456387d2379f960680b87207550bda Mon Sep 17 00:00:00 2001 From: Matteo Crippa Date: Wed, 2 Oct 2024 22:46:20 +0200 Subject: [PATCH] Update platformio.ini --- platformio.ini | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/platformio.ini b/platformio.ini index 9ded965..dd852ea 100644 --- a/platformio.ini +++ b/platformio.ini @@ -75,11 +75,10 @@ build_flags = [env:esp32] platform = https://github.com/platformio/platform-espressif32.git#develop -platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#idf-release/v4.4 board = esp32dev board_build.f_cpu = 240000000L board_build.f_flash = 80000000L -framework = arduino +framework = arduino monitor_speed = 115200 build_type = debug test_build_src = yes @@ -102,7 +101,6 @@ build_flags = [env:esp32-s2] platform = https://github.com/platformio/platform-espressif32.git#develop -platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#idf-release/v4.4 board = lolin_s2_mini framework = arduino monitor_speed = 115200 @@ -155,7 +153,6 @@ build_flags = [env:lilygo-t-display-s3] platform = https://github.com/platformio/platform-espressif32.git#develop -platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#idf-release/v4.4 board = lilygo-t-display-s3 framework = arduino monitor_speed = 115200 @@ -211,4 +208,4 @@ build_flags = -DLOAD_FONT4 -DLOAD_FONT6 -DLOAD_GFXFF - -DSMOOTH_FONT \ No newline at end of file + -DSMOOTH_FONT