25 lines
704 B
INI
25 lines
704 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:az-delivery-devkit-v4]
|
|
platform = espressif32
|
|
board = az-delivery-devkit-v4
|
|
framework = arduino
|
|
monitor_speed = 115200
|
|
; build_flags = -DCORE_DEBUG_LEVEL=5
|
|
|
|
lib_deps =
|
|
439 #ID of Lightsensor library BH1750
|
|
19 #DHT sensor library
|
|
AutoConnect@^1.1.7
|
|
ArduinoJson@^6.15.2
|
|
PubSubClient@^2.8
|
|
ArduinoNvs@^2.5
|
|
ESPRandom@^1.3.3 |