22 lines
630 B
INI
22 lines
630 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:d1_mini]
|
|
platform = espressif8266
|
|
board = d1_mini
|
|
board_build.filesystem = littlefs
|
|
framework = arduino
|
|
monitor_filters = esp8266_exception_decoder
|
|
lib_deps =
|
|
sensirion/Sensirion I2C SCD4x@^1.1.0
|
|
knolleary/PubSubClient@^2.8
|
|
bblanchon/ArduinoJson@^7.4.1
|
|
|