mirror of
https://github.com/nqrduck/ATM.git
synced 2024-11-23 02:22:26 +00:00
20 lines
617 B
INI
20 lines
617 B
INI
; 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
|
|
teemuatlut/TMCStepper@^0.7.3
|
|
monitor_speed = 115200
|