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-devkitc-1]platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zipboard = esp32-s3-devkitc-1framework = arduinoboard_build.partitions = partitions.csv; build_type = debug; build_flags =; -D ESP_FS_WS_MDNS=0lib_deps =ESP32Async/ESPAsyncWebServerESP32Async/AsyncTCPlib_extra_dirs =../../lib_ignore = ESPAsyncTCP ArduinoJson[env:esp32dev]platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zipboard = esp32devframework = arduinolib_deps =ESP32Async/ESPAsyncWebServerESP32Async/AsyncTCPlib_extra_dirs = ../../lib_ignore = ESPAsyncTCP ArduinoJson[env:esp32-s3-devkitm-1-arduinojson6]platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zipboard = esp32-s3-devkitm-1framework = arduinolib_deps =bblanchon/ArduinoJson@6.21.5ESP32Async/ESPAsyncWebServerESP32Async/AsyncTCPlib_extra_dirs = ../../lib_ignore = ESPAsyncTCP ArduinoJson[env:esp8266-nodemcuv2]platform = espressif8266board = nodemcuv2framework = arduinoupload_speed = 921600lib_deps =ESP32Async/ESPAsyncWebServerESP32Async/ESPAsyncTCPlib_extra_dirs = ../../lib_ignore = ArduinoJson AsyncTCP