[1.1.x] Fix compile Error Anet (Optiboot) (#9550)
This commit is contained in:
parent
5a53e4d921
commit
3a3228ef1b
@ -84,6 +84,14 @@ build_flags = ${common.build_flags}
|
|||||||
upload_speed = 57600
|
upload_speed = 57600
|
||||||
lib_deps = ${common.lib_deps}
|
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]
|
[env:sanguino_atmega644p]
|
||||||
platform = atmelavr
|
platform = atmelavr
|
||||||
framework = arduino
|
framework = arduino
|
||||||
|
Loading…
x
Reference in New Issue
Block a user