diff --git a/examples/Test_platformio/platformio.ini b/examples/Test_platformio/platformio.ini index 78c4efe..10c9e9d 100644 --- a/examples/Test_platformio/platformio.ini +++ b/examples/Test_platformio/platformio.ini @@ -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]