Skip to content
Snippets Groups Projects
Unverified Commit d78fbce8 authored by Daniel Kreuzhofer (@danieldotnet)'s avatar Daniel Kreuzhofer (@danieldotnet) Committed by GitHub
Browse files

Fix pio environments for Anet 1.x (#17109)

parent 627aa8db
Branches
Tags
No related merge requests found
......@@ -314,7 +314,7 @@
#elif MB(OMCA)
#include "sanguino/pins_OMCA.h" // ATmega644P, ATmega644 env:sanguino644p
#elif MB(ANET_10)
#include "sanguino/pins_ANET_10.h" // ATmega1284P env:sanguino1284p
#include "sanguino/pins_ANET_10.h" // ATmega1284P env:melzi env:melzi_optiboot
#elif MB(SETHI)
#include "sanguino/pins_SETHI.h" // ATmega644P, ATmega644, ATmega1284P env:sanguino644p env:sanguino1284p
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment