Browse Source

Merge pull request #7505 from thinkyhead/bf1_anet_1_pio

Add Anet 1.0 to Platformio.ini
pull/1/head
Scott Lahteine 7 years ago
committed by GitHub
parent
commit
101ba70517
  1. 7
      platformio.ini

7
platformio.ini

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