Merge pull request #7505 from thinkyhead/bf1_anet_1_pio

Add Anet 1.0 to Platformio.ini
2.0.x
Scott Lahteine 7 years ago committed by GitHub
commit 101ba70517

@ -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}

Loading…
Cancel
Save