Skip to content

Commit

Permalink
Melzi has a 1284 (MarlinFirmware#16090)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb authored and philippniethammer committed Dec 21, 2019
1 parent 14cae6e commit 6c5795a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 6c5795a

Please sign in to comment.