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

DevIoT patch 2

parent efb9ce24
Branches
Tags
No related merge requests found
......@@ -21,18 +21,18 @@ env_default = mega2560
[common]
lib_deps = U8glib@1.19.1
[env:mega2560]
[env:megaatmega2560]
platform = atmelavr
framework = arduino
board = mega2560
board = megaatmega2560
build_flags = -I $BUILDSRC_DIR
board_f_cpu = 16000000L
lib_deps = ${common.lib_deps}
[env:mega1280]
[env:megaatmega1280]
platform = atmelavr
framework = arduino
board = mega1280
board = megaatmega1280
build_flags = -I $BUILDSRC_DIR
board_f_cpu = 16000000L
lib_deps = ${common.lib_deps}
......@@ -41,7 +41,7 @@ lib_deps = ${common.lib_deps}
platform = teensy
framework = arduino
board = teensy20pp
build_flags = -I $BUILDSRC_DIR -D MOTHERBOARD=BOARD_PRINTRBOARD
build_flags = -I $BUILDSRC_DIR -D MOTHERBOARD=BOARD_PRINTRBOARD
# Bug in arduino framework does not allow boards running at 20Mhz
#board_f_cpu = 20000000L
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