27 lines
805 B
INI
27 lines
805 B
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:esp32doit-devkit-v1]
|
|
platform = espressif32
|
|
board = esp32doit-devkit-v1
|
|
framework = arduino
|
|
upload_speed = 921600
|
|
monitor_speed = 115200
|
|
monitor_filters = esp32_exception_decoder
|
|
build_type = debug
|
|
lib_deps =
|
|
me-no-dev/AsyncTCP@^1.1.1
|
|
me-no-dev/ESP Async WebServer@^1.2.3
|
|
contrem/arduino-timer@^3.0.1
|
|
jandelgado/JLed@^4.13.1
|
|
https://github.com/adafruit/RTClib.git
|
|
adafruit/Adafruit BusIO@^1.14.3
|
|
erropix/ESP32 AnalogWrite@^0.2
|