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]
|
[platformio]
|
||||||
src_dir = Marlin
|
src_dir = Marlin
|
||||||
boards_dir = buildroot/share/PlatformIO/boards
|
boards_dir = buildroot/share/PlatformIO/boards
|
||||||
default_envs = flsun_hispeed
|
default_envs = mega2560
|
||||||
include_dir = Marlin
|
include_dir = Marlin
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
@ -421,11 +421,9 @@ extends = common_stm32f1
|
||||||
board = genericSTM32F103VE
|
board = genericSTM32F103VE
|
||||||
extra_scripts = ${common.extra_scripts}
|
extra_scripts = ${common.extra_scripts}
|
||||||
buildroot/share/PlatformIO/scripts/mks_robin_mini.py
|
buildroot/share/PlatformIO/scripts/mks_robin_mini.py
|
||||||
build_flags = ${common_stm32f1.build_flags}
|
build_flags = ${common_stm32f1.build_flags} -DMCU_STM32F103VE
|
||||||
-DMCU_STM32F103VE
|
lib_deps = TMCStepper
|
||||||
lib_deps =
|
|
||||||
TMCStepper
|
|
||||||
|
|
||||||
#################################
|
#################################
|
||||||
# #
|
# #
|
||||||
# AVR Architecture #
|
# AVR Architecture #
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue