platformio.ini 496 B

1234567891011121314151617181920
  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. [env:nodemcuv2]
  11. platform = espressif8266
  12. board = nodemcuv2
  13. framework = arduino
  14. lib_deps =
  15. RF24
  16. SPI
  17. WiFiManager
  18. ArduinoJson