Skip to content

Commit 2cdf29a

Browse files
author
Eric Schubert
committed
Merge branch 'RP2040-Support' of https://github.com/EricSchubert/OpenAstroTracker-Firmware-RP2040 into RP2040-Support
2 parents 0b7b6d1 + 72fc46b commit 2cdf29a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

platformio.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ extends = common_embedded
136136
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
137137
board_build.core = earlephilhower
138138
lib_deps =
139-
teemuatlut/TMCStepper @ ^0.7.1
139+
;teemuatlut/TMCStepper @ ^0.7.1 ;Placeholder for if/when changes get merged with official repository code
140+
https://github.com/EricSchubert/TMCStepper-RP2040_Support.git#rp2040-single-wire-uart ;
140141
waspinator/AccelStepper @ ^1.61
141142
mikalhart/TinyGPSPlus @ ^1.0.2
142143
; TimerInterrupt is AVR-only (uses OCR1A etc.); RP2040 uses hardware/timer.h directly

0 commit comments

Comments
 (0)