24 lines
686 B
INI
24 lines
686 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
|
|
|
|
lib_deps =
|
|
439 #ID of Lightsensor library BH1750
|
|
19 #DHT sensor library
|
|
31 #Adafruit Unified Sensor
|
|
AutoConnect@^1.1.7
|
|
; ESPRandom@^1.3.3
|
|
AsyncMqttClient@^0.8.2
|
|
; PubSubClient@^2.8 |