maj platformio config

This commit is contained in:
Jonathan Roth 2024-12-02 15:01:03 +01:00
parent aa67771948
commit 6642aceca8

View File

@ -20,7 +20,7 @@ src_dir = Marlin
build_dir = .pioenvs build_dir = .pioenvs
lib_dir = .piolib lib_dir = .piolib
libdeps_dir = .piolibdeps libdeps_dir = .piolibdeps
env_default = megaatmega2560 default_envs = megaatmega2560
[common] [common]
build_flags = -fmax-errors=5 build_flags = -fmax-errors=5
@ -34,7 +34,7 @@ lib_deps =
Adafruit NeoPixel@1.1.3 Adafruit NeoPixel@1.1.3
https://github.com/lincomatic/LiquidTWI2/archive/30aa480.zip https://github.com/lincomatic/LiquidTWI2/archive/30aa480.zip
https://github.com/ameyer/Arduino-L6470/archive/master.zip https://github.com/ameyer/Arduino-L6470/archive/master.zip
https://github.com/trinamic/TMC26XStepper/archive/c1921b4.zip https://github.com/MarlinFirmware/TMC26XStepper/archive/refs/tags/0.1.1.zip
################################# #################################
# # # #