소스 검색

Patch platformio.ini to fix build error in DevIoT

For compatibility with DevIoT, until that can be solved.
Scott Lahteine 7 년 전
부모
커밋
47cae2929f
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    0
      .gitignore
  2. 2
    2
      platformio.ini

+ 1
- 0
.gitignore 파일 보기

@@ -119,6 +119,7 @@ tags
119 119
 .pioenvs
120 120
 .piolib
121 121
 .piolibdeps
122
+lib/readme.txt
122 123
 
123 124
 #Visual Studio
124 125
 *.sln

Marlin/platformio.ini → platformio.ini 파일 보기

@@ -24,7 +24,7 @@ lib_deps = U8glib@1.19.1
24 24
 [env:mega2560]
25 25
 platform = atmelavr
26 26
 framework = arduino
27
-board = megaatmega2560
27
+board = mega2560
28 28
 build_flags = -I $BUILDSRC_DIR
29 29
 board_f_cpu = 16000000L
30 30
 lib_deps = ${common.lib_deps}
@@ -32,7 +32,7 @@ lib_deps = ${common.lib_deps}
32 32
 [env:mega1280]
33 33
 platform = atmelavr
34 34
 framework = arduino
35
-board = megaatmega1280
35
+board = mega1280
36 36
 build_flags = -I $BUILDSRC_DIR
37 37
 board_f_cpu = 16000000L
38 38
 lib_deps = ${common.lib_deps}

Loading…
취소
저장