2023-02-25 01:16:39 +01: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:d1_mini]
|
|
|
|
platform = espressif8266
|
|
|
|
board = d1_mini
|
|
|
|
framework = arduino
|
2023-03-15 01:53:25 +01:00
|
|
|
lib_deps =
|
|
|
|
adafruit/DHT sensor library@^1.4.4
|
|
|
|
adafruit/Adafruit Unified Sensor@^1.1.9
|
2023-04-03 02:43:56 +02:00
|
|
|
build_type=debug
|
|
|
|
monitor_filters = esp8266_exception_decoder
|