From 3a3228ef1b9cae03f39a7bc54b329c2bc17e5264 Mon Sep 17 00:00:00 2001 From: Johnny Eshak Date: Fri, 9 Feb 2018 14:16:37 +0100 Subject: [PATCH] [1.1.x] Fix compile Error Anet (Optiboot) (#9550) --- platformio.ini | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/platformio.ini b/platformio.ini index dbd90e5a0b..492d282af4 100644 --- a/platformio.ini +++ b/platformio.ini @@ -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