This commit is contained in:
parent
74f734965e
commit
895d385f21
|
@ -5,6 +5,7 @@
|
|||
"platformio.platformio-ide"
|
||||
],
|
||||
"unwantedRecommendations": [
|
||||
""
|
||||
"",
|
||||
"ms-vscode.cpptools-extension-pack"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -51,6 +51,7 @@ extends = common
|
|||
platform = heltec-cubecell
|
||||
board = cubecell_board
|
||||
platform_packages = platformio/toolchain-gccarmnoneeabi@^1.120301.0
|
||||
;platform_packages = platformio/toolchain-gccarmnoneeabi@^1.130201.0 ;requires manual installation of the package
|
||||
build_flags = ${common.build_flags} -Isrc/platform/cubecell
|
||||
-D CUBECELL
|
||||
-D HW_VENDOR=CUBECELL
|
||||
|
|
Loading…
Reference in New Issue