[1.1.x] Fix compile Error Anet (Optiboot) (#9550)

This commit is contained in:
Johnny Eshak 2018-02-09 14:16:37 +01:00 committed by Scott Lahteine
parent 5a53e4d921
commit 3a3228ef1b

View File

@ -84,6 +84,14 @@ build_flags = ${common.build_flags}
upload_speed = 57600
lib_deps = ${common.lib_deps}
[env:anet10_optiboot]
platform = atmelavr
framework = arduino
board = sanguino_atmega1284p
build_flags = ${common.build_flags}
upload_speed = 115200
lib_deps = ${common.lib_deps}
[env:sanguino_atmega644p]
platform = atmelavr
framework = arduino