We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d2f12 commit e294317Copy full SHA for e294317
examples/arduino-blink/platformio.ini
@@ -12,10 +12,6 @@ platform = espressif32
12
framework = arduino
13
board = esp32-solo1
14
build_flags = -DLED_BUILTIN=2
15
-lib_ignore = wifi
16
- spiffs
17
- NetworkClientSecure
18
-
19
custom_component_remove =
20
espressif/esp_hosted
21
espressif/esp_wifi_remote
@@ -78,9 +74,6 @@ custom_component_remove = espressif/esp_hosted
78
74
platform = espressif32
79
75
80
76
board = esp32s3_120_16_8-qio_opi
81
-lib_ignore =
82
83
84
77
custom_sdkconfig = CONFIG_SPIRAM_MODE_OCT=y
85
CONFIG_SPIRAM_SPEED_120M=y
86
CONFIG_LCD_RGB_ISR_IRAM_SAFE=y
0 commit comments