Skip to content
Snippets Groups Projects
Commit 47cae292 authored by Scott Lahteine's avatar Scott Lahteine Committed by Scott Lahteine
Browse files

Patch platformio.ini to fix build error in DevIoT

For compatibility with DevIoT, until that can be solved.
parent 5402eaf9
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,7 @@ tags
.pioenvs
.piolib
.piolibdeps
lib/readme.txt
#Visual Studio
*.sln
......
......@@ -24,7 +24,7 @@ lib_deps = U8glib@1.19.1
[env:mega2560]
platform = atmelavr
framework = arduino
board = megaatmega2560
board = mega2560
build_flags = -I $BUILDSRC_DIR
board_f_cpu = 16000000L
lib_deps = ${common.lib_deps}
......@@ -32,7 +32,7 @@ lib_deps = ${common.lib_deps}
[env:mega1280]
platform = atmelavr
framework = arduino
board = megaatmega1280
board = mega1280
build_flags = -I $BUILDSRC_DIR
board_f_cpu = 16000000L
lib_deps = ${common.lib_deps}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment