platformio.ini 763 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. ; 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. https://github.com/teemuatlut/TMCStepper.git
  16. https://github.com/khoih-prog/AVR_PWM.git
  17. [env:ESP32]
  18. platform = espressif32
  19. board = esp32doit-devkit-v1
  20. framework = arduino
  21. [env:arduino_pro_micro]
  22. board = sparkfun_promicro16
  23. platform = atmelavr
  24. framework = arduino