Skip to content

Commit

Permalink
updated platformio.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
tobozo committed Jan 23, 2025
1 parent f2c53b8 commit 5d0dd5a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions examples/Test_platformio/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@ board = nodemcu


[env:esp32]
platform = espressif32
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
board = esp32dev

[env:esp32s3]
platform = espressif32
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
board = esp32-s3-devkitc-1
; Reminder: if using lib_ldf_mode deep+ or chain+, either include the undetected libraries
; from your cpp file, or add them to the lib_deps
lib_ldf_mode = chain+
lib_deps =
SD
FS
SPI
Update
LittleFS
ESP32-targz
; lib_ldf_mode = chain+
; lib_deps =
; SD
; FS
; SPI
; Update
; LittleFS
; ESP32-targz


[env:pico]
Expand Down

0 comments on commit 5d0dd5a

Please sign in to comment.