2022-01-06 15:33:37 +00:00
|
|
|
; PlatformIO Project Configuration File
|
|
|
|
;
|
|
|
|
; Build options: build flags, source filter
|
|
|
|
; Upload options: custom upload port, speed and extra flags
|
|
|
|
; Library options: dependencies, extra library storages
|
|
|
|
; Advanced options: extra scripting
|
|
|
|
;
|
|
|
|
; Please visit documentation for the other options and examples
|
|
|
|
; https://docs.platformio.org/page/projectconf.html
|
|
|
|
|
|
|
|
[env:esp32dev]
|
|
|
|
platform = espressif32
|
|
|
|
board = esp32dev
|
|
|
|
framework = arduino
|
|
|
|
lib_extra_dirs = ~/Documents/Arduino/libraries
|
|
|
|
lib_deps =
|
|
|
|
teemuatlut/TMC2130Stepper@^2.5.1
|
|
|
|
waspinator/AccelStepper@^1.61
|
2022-01-28 14:14:12 +00:00
|
|
|
teemuatlut/TMCStepper@^0.7.3
|
2022-01-06 15:33:37 +00:00
|
|
|
monitor_speed = 115200
|