Add Anet 1.0 to Platformio.ini

Added env:anet10 to platformio.ini for easy compile and upload to this board
This commit is contained in:
MTrab 2017-08-13 12:55:11 +02:00 committed by Scott Lahteine
parent b3f59ec945
commit 5fa61c0ad3
3 changed files with 17 additions and 10 deletions

View file

@ -67,3 +67,10 @@ board = reprap_rambo
build_flags = -I $BUILDSRC_DIR
board_f_cpu = 16000000L
lib_deps = ${common.lib_deps}
[env:anet10]
platform = atmelavr
framework = arduino
board = sanguino_atmega1284p
upload_speed = 57600
lib_deps = ${common.lib_deps}