platformio.ini 674 B

123456789101112131415161718192021222324252627
  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]
  11. lib_deps =
  12. https://github.com/janelia-arduino/Streaming.git
  13. evert-arias/EasyButton@^2.0.1
  14. waspinator/AccelStepper@^1.64
  15. [env:ESP32]
  16. platform = espressif32
  17. board = esp32doit-devkit-v1
  18. framework = arduino
  19. [env:arduino_pro_micro]
  20. board = sparkfun_promicro16
  21. platform = atmelavr
  22. framework = arduino