Blame | Last modification | View Log | RSS feed
; PlatformIO Project Configuration File;; Build options: build flags, source filter; Upload options: custom upload port, speed and extra flags; Library options: dependencies, extra library storages; Advanced options: extra scripting;; Please visit documentation for the other options and examples; https://docs.platformio.org/page/projectconf.html[env:esp32-s3-devkitc1-n4r2]platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zipboard = esp32-s3-devkitc1-n4r2framework = arduinoboard_build.partitions = partitions.csvbuild_flags =-I$PROJECT_LIBDEPS_DIR/$PIOENV/AsyncTCP/src-I$PROJECT_LIBDEPS_DIR/$PIOENV/ESPAsyncWebServer/srclib_deps =ESP32Async/AsyncTCPESP32Async/ESPAsyncWebServerlib_ignore = ESPAsyncTCP ArduinoJsonlib_extra_dirs =; D:/Dropbox/ArduinoLibs/async-esp-fs-webserverC:\Users\cotes\OneDrive\Documenti\Arduino\libraries\async-esp-fs-webserver[env:esp32dev]platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zipboard = esp32devframework = arduinobuild_flags =-I$PROJECT_LIBDEPS_DIR/$PIOENV/AsyncTCP/src-I$PROJECT_LIBDEPS_DIR/$PIOENV/ESPAsyncWebServer/srclib_deps =ESP32Async/ESPAsyncWebServerESP32Async/AsyncTCPlib_extra_dirs =D:/Dropbox/ArduinoLibs/async-esp-fs-webserverlib_ignore = ESPAsyncTCP ArduinoJson