generated from jmgiacalone/esp32-template
63 lines
1.7 KiB
INI
63 lines
1.7 KiB
INI
; 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]
|
|
platform = espressif32
|
|
framework = arduino
|
|
lib_deps =
|
|
https://github.com/me-no-dev/ESPAsyncWebServer.git
|
|
me-no-dev/AsyncTCP@^1.1.1
|
|
ayushsharma82/AsyncElegantOTA@^2.2.7
|
|
arduino-libraries/Arduino_JSON@^0.1.0
|
|
build_flags =
|
|
'-D ELEGANTOTA_USE_ASYNC_WEBSERVER=1'
|
|
monitor_speed = 115200
|
|
|
|
[env:esp32cam]
|
|
board = esp32cam
|
|
lib_deps =
|
|
adafruit/Adafruit GFX Library@^1.11.9
|
|
adafruit/Adafruit SSD1306@^2.5.9
|
|
adafruit/MAX6675 library@^1.1.2
|
|
br3ttb/PID@^1.2.1
|
|
bblanchon/ArduinoJson@^7.0.3
|
|
dlloydev/QuickPID@^3.1.9
|
|
|
|
[env:lolin32]
|
|
board = lolin32
|
|
lib_deps =
|
|
adafruit/Adafruit GFX Library@^1.11.9
|
|
adafruit/Adafruit SSD1306@^2.5.9
|
|
https://github.com/me-no-dev/ESPAsyncWebServer.git
|
|
me-no-dev/AsyncTCP
|
|
ayushsharma82/AsyncElegantOTA@^2.2.7
|
|
arduino-libraries/Arduino_JSON
|
|
adafruit/MAX6675 library@^1.1.2
|
|
bblanchon/ArduinoJson@^7.0.3
|
|
; dlloydev/QuickPID@^3.1.9
|
|
br3ttb/PID@^1.2.1
|
|
build_flags =
|
|
'-D ELEGANTOTA_USE_ASYNC_WEBSERVER=1'
|
|
monitor_speed = 115200
|
|
|
|
[env:odyssey]
|
|
board = seeed_xiao_esp32s3
|
|
platform_packages = toolchain-riscv32-esp @ 8.4.0+2021r2-patch5
|
|
build_flags =
|
|
'-D ARDUINO_USB_CDC_ON_BOOT=1'
|
|
'-D ARDUINO_USB_MODE=0'
|
|
lib_deps =
|
|
adafruit/Adafruit GFX Library@^1.11.9
|
|
adafruit/Adafruit SSD1306@^2.5.9
|
|
adafruit/MAX6675 library@^1.1.2
|
|
br3ttb/PID@^1.2.1
|
|
bblanchon/ArduinoJson@^7.0.3
|
|
dlloydev/QuickPID@^3.1.9
|