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