Patch platformio.ini to fix build error in DevIoT

For compatibility with DevIoT, until that can be solved.
This commit is contained in:
Scott Lahteine 2017-05-08 20:05:57 -05:00 committed by Scott Lahteine
parent 5402eaf9bd
commit 47cae2929f
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -119,6 +119,7 @@ tags
.pioenvs
.piolib
.piolibdeps
lib/readme.txt
#Visual Studio
*.sln

View File

@ -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}