瀏覽代碼

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

Johnny Eshak 6 年之前
父節點
當前提交
852468ead7
共有 1 個檔案被更改,包括 12 行新增0 行删除
  1. 12
    0
      platformio.ini

+ 12
- 0
platformio.ini 查看文件

@@ -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…
取消
儲存