25 lines
616 B
INI
25 lines
616 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]
|
||
|
platform = espressif8266
|
||
|
board = huzzah
|
||
|
framework = arduino
|
||
|
lib_deps =
|
||
|
Wire
|
||
|
SPI
|
||
|
ESP8266WiFi
|
||
|
adafruit/Adafruit SGP30 Sensor@^2.0.0
|
||
|
adafruit/Adafruit DHT Unified@^1.0.0
|
||
|
adafruit/DHT sensor library@^1.4.4
|
||
|
|
||
|
|
||
|
[env:huzzah]
|