Advertisement
Guest User

Untitled

a guest
Aug 27th, 2023
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. ; Library options: dependencies, extra library storages
  2. ; Advanced options: extra scripting
  3. ;
  4. ; Please visit documentation for the other options and examples
  5. ; https://docs.platformio.org/page/projectconf.html
  6.  
  7. [env:esp32dev]
  8. platform = espressif32
  9. board = esp32dev
  10. framework = arduino
  11. monitor_speed = 115200
  12. lib_deps =
  13. teemuatlut/TMCStepper@^0.7.3
  14. SPI
  15.  
  16. [env:windows]
  17. platform = windows_x86@1.2.0
  18. build_src_filter =
  19. +<tests/*>
  20. build_flags = -std=c++11
  21. debug_tool = custom
  22. debug_server = C:\Users\<username>\.platformio\packages\toolchain-gccmingw32\bin\gdbserver.exe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement