Browse Source

[2.0.x] Fix compile Error Anet (#9509)

pull/1/head
Johnny Eshak 7 years ago
committed by Scott Lahteine
parent
commit
852468ead7
  1. 12
      platformio.ini

12
platformio.ini

@ -83,6 +83,18 @@ upload_speed = 57600
lib_deps = ${common.lib_deps}
src_filter = ${common.default_src_filter}
#
# Anet 1.0 (Optiboot bootloader)
#
[env:anet10_optiboot]
platform = atmelavr
framework = arduino
board = sanguino_atmega1284p
build_flags = ${common.build_flags}
upload_speed = 115200
lib_deps = ${common.lib_deps}
src_filter = ${common.default_src_filter}
#
# Due (Atmel SAM3X8E ARM Cortex-M3)
#

Loading…
Cancel
Save