Update platformio.ini
This commit is contained in:
parent
236cc1b4f4
commit
653caa1576
1 changed files with 4 additions and 6 deletions
|
|
@ -18,7 +18,7 @@
|
|||
[platformio]
|
||||
src_dir = Marlin
|
||||
boards_dir = buildroot/share/PlatformIO/boards
|
||||
default_envs = flsun_hispeed
|
||||
default_envs = mega2560
|
||||
include_dir = Marlin
|
||||
|
||||
#
|
||||
|
|
@ -421,11 +421,9 @@ extends = common_stm32f1
|
|||
board = genericSTM32F103VE
|
||||
extra_scripts = ${common.extra_scripts}
|
||||
buildroot/share/PlatformIO/scripts/mks_robin_mini.py
|
||||
build_flags = ${common_stm32f1.build_flags}
|
||||
-DMCU_STM32F103VE
|
||||
lib_deps =
|
||||
TMCStepper
|
||||
|
||||
build_flags = ${common_stm32f1.build_flags} -DMCU_STM32F103VE
|
||||
lib_deps = TMCStepper
|
||||
|
||||
#################################
|
||||
# #
|
||||
# AVR Architecture #
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue