Skip to content

Commit

Permalink
Update platformio.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocrippa authored Oct 2, 2024
1 parent e8c0a0d commit f7e7e28
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -211,4 +208,4 @@ build_flags =
-DLOAD_FONT4
-DLOAD_FONT6
-DLOAD_GFXFF
-DSMOOTH_FONT
-DSMOOTH_FONT

0 comments on commit f7e7e28

Please sign in to comment.