Update platformio.ini

This commit is contained in:
Scott Lahteine 2020-10-18 16:00:29 -05:00 committed by GitHub
parent 236cc1b4f4
commit 653caa1576
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 #