Browse Source

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

Johnny Eshak 6 years ago
parent
commit
852468ead7
1 changed files with 12 additions and 0 deletions
  1. 12
    0
      platformio.ini

+ 12
- 0
platformio.ini View File

@@ -84,6 +84,18 @@ lib_deps     = ${common.lib_deps}
84 84
 src_filter   = ${common.default_src_filter}
85 85
 
86 86
 #
87
+# Anet 1.0 (Optiboot bootloader)
88
+#
89
+[env:anet10_optiboot]
90
+platform     = atmelavr
91
+framework    = arduino
92
+board        = sanguino_atmega1284p
93
+build_flags  = ${common.build_flags}
94
+upload_speed = 115200
95
+lib_deps     = ${common.lib_deps}
96
+src_filter   = ${common.default_src_filter}
97
+
98
+#
87 99
 # Due (Atmel SAM3X8E ARM Cortex-M3)
88 100
 #
89 101
 #  - RAMPS4DUE

Loading…
Cancel
Save