2019-10-20 00:03:22 +02:00
|
|
|
;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]
|
|
|
|
platform = espressif32
|
|
|
|
board = esp32dev
|
|
|
|
framework = arduino
|
2019-11-13 22:45:49 +01:00
|
|
|
upload_port = COM11
|
2019-10-20 00:03:22 +02:00
|
|
|
board_build.partitions = no_ota.csv
|
|
|
|
|
|
|
|
lib_deps =
|
2019-11-14 19:55:11 +01:00
|
|
|
ESPAsyncTCP
|
|
|
|
ESP Async WebServer
|
2019-11-14 20:17:42 +01:00
|
|
|
ESP-DASH
|
2019-11-13 22:45:49 +01:00
|
|
|
ArduinoJson
|
|
|
|
BH1750
|
|
|
|
Adafruit Unified Sensor
|
2019-11-14 19:55:11 +01:00
|
|
|
DHT sensor library
|
|
|
|
|
|
|
|
build_flags = -D USE_ESPASYNCWEBSERVER
|