25 lines
791 B
INI
25 lines
791 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
|
|
lib_deps =
|
|
madhephaestus/ESP32Servo@^0.12.0
|
|
h2zero/NimBLE-Arduino@^1.4.1
|
|
ottowinter/ESPAsyncWebServer-esphome@^3.0.0
|
|
teckel12/NewPing@^1.9.5
|
|
gitlab-airbornemint/Protothreads@^1.4.0-arduino.beta.1
|
|
adafruit/Adafruit MPU6050@^2.2.4
|
|
paulstoffregen/OneWire@^2.3.7
|
|
milesburton/DallasTemperature@^3.11.0
|
|
monitor_speed = 115200
|