Skip to content

Commit

Permalink
Update platformio.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Oct 31, 2024
1 parent 6081b56 commit 9487529
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/arduino-blink/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ framework = arduino
board = esp32-solo1
build_flags = -DLED_BUILTIN=2
custom_sdkconfig = CONFIG_FREERTOS_UNICORE=y
'# CONFIG_BT_ENABLED is not set'
; '# CONFIG_BT_ENABLED is not set'
'# CONFIG_ULP_COPROC_ENABLED is not set'
'# CONFIG_LWIP_PPP_SUPPORT is not set'
'# CONFIG_ETH_ENABLED is not set'
custom_component_remove = espressif/esp_hosted
espressif/esp_wifi_remote
espressif/mdns
Expand Down

0 comments on commit 9487529

Please sign in to comment.