- [env:d1_mini]
- platform = espressif8266
- board = d1_mini
- framework = arduino
- monitor_speed = 115200
- lib_deps =
- adafruit/DHT sensor library@^1.4.4
- sparkfun/BMP180 Breakout Library@^1.0.1
- knolleary/PubSubClient@^2.8
- build_flags =
- -DCORE_DEBUG_LEVEL=3
- upload_speed = 921600
- monitor_filters = esp8266_exception_decoder
|