Melzi has a 1284 (#16090)

This commit is contained in:
thisiskeithb 2019-12-03 23:26:27 -08:00 committed by Scott Lahteine
parent 0832a60db3
commit afd865d8dd

View file

@ -128,7 +128,7 @@ monitor_speed = 250000
#
[env:melzi]
platform = atmelavr
board = sanguino_atmega644p
board = sanguino_atmega1284p
lib_deps = ${common.lib_deps}
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>
@ -142,7 +142,7 @@ upload_speed = 57600
#
[env:melzi_optiboot]
platform = atmelavr
board = sanguino_atmega644p
board = sanguino_atmega1284p
lib_deps = ${common.lib_deps}
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>