1234567891011121314151617181920212223242526 |
- ; 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_lite]
- platform = espressif8266
- board = d1_mini_lite
- framework = arduino
- upload_speed = 115200
- monitor_speed = 115200
- lib_deps =
- ArduinoJson
- FastLED
- ; adafruit/Adafruit ADS1X15
- ; adafruit/Adafruit SSD1306
- OneWire
- DallasTemperature
- PubSubClient
- Wire
|