platformio.ini 634 B

1234567891011121314151617181920212223242526
  1. ; PlatformIO Project Configuration File
  2. ;
  3. ; Build options: build flags, source filter
  4. ; Upload options: custom upload port, speed and extra flags
  5. ; Library options: dependencies, extra library storages
  6. ; Advanced options: extra scripting
  7. ;
  8. ; Please visit documentation for the other options and examples
  9. ; https://docs.platformio.org/page/projectconf.html
  10. [env:d1_mini_lite]
  11. platform = espressif8266
  12. board = d1_mini_lite
  13. framework = arduino
  14. upload_speed = 115200
  15. monitor_speed = 115200
  16. lib_deps =
  17. ArduinoJson
  18. FastLED
  19. ; adafruit/Adafruit ADS1X15
  20. ; adafruit/Adafruit SSD1306
  21. OneWire
  22. DallasTemperature
  23. PubSubClient
  24. Wire