platformio.ini 544 B

123456789101112131415161718192021222324
  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. board = nodemcuv2
  21. framework = arduino