platformio.ini 620 B

1234567891011121314151617181920212223242526272829
  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. ; http://docs.platformio.org/page/projectconf.html
  10. [common]
  11. lib_deps_builtin =
  12. SPI
  13. lib_deps_external =
  14. RF24
  15. WiFiManager
  16. ArduinoJson
  17. Vector
  18. [env:nodemcuv2]
  19. platform = espressif8266
  20. framework = arduino
  21. board = nodemcuv2
  22. [env:d1_mini]
  23. platform = espressif8266
  24. framework = arduino
  25. board = d1_mini