Skip to content

Commit aa1179c

Browse files
committed
Tweaked to allow use of latest TMC lib
1 parent f8f4be8 commit aa1179c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

platformio.ini

+3-2
Original file line numberDiff line numberDiff line change
@@ -483,13 +483,14 @@ lib_ignore = Adafruit NeoPixel, SPI
483483
[env:mks_robin_nano]
484484
platform = ststm32
485485
board = genericSTM32F103VE
486+
platform_packages = tool-stm32duino
486487
build_flags = !python Marlin/src/HAL/HAL_STM32F1/build_flags.py
487-
${common.build_flags} -std=gnu++14 -DHAVE_SW_SERIAL
488+
${common.build_flags} -std=gnu++14 -DHAVE_SW_SERIAL -DSS_TIMER=4
488489
build_unflags = -std=gnu++11
489490
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin_nano.py
490491
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
491492
lib_deps =
492-
TMCStepper=https://github.com/bigtreetech/TMCStepper
493+
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
493494
lib_ignore = Adafruit NeoPixel, SPI
494495

495496
#

0 commit comments

Comments
 (0)