Skip to content

Commit 681ac5c

Browse files
authored
Update platformio.ini
1 parent cef857a commit 681ac5c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

examples/arduino-blink/platformio.ini

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,7 @@ custom_component_remove =
4545
platform = espressif32
4646
framework = arduino
4747
board = esp32s3_120_16_8-qio_opi
48-
build_unflags = -Os
49-
-ffunction-sections
50-
build_flags = -Ofast
51-
-mtext-section-literals
52-
custom_sdkconfig = '# CONFIG_COMPILER_OPTIMIZATION_SIZE is not set'
53-
CONFIG_COMPILER_OPTIMIZATION_PERF=y
54-
CONFIG_SPIRAM_MODE_OCT=y
48+
custom_sdkconfig = CONFIG_SPIRAM_MODE_OCT=y
5549
CONFIG_SPIRAM_SPEED_120M=y
5650
CONFIG_LCD_RGB_ISR_IRAM_SAFE=y
5751
CONFIG_GDMA_CTRL_FUNC_IN_IRAM=y

0 commit comments

Comments
 (0)