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 ...@@ -21,18 +21,18 @@ env_default = mega2560
[common] [common]
lib_deps = U8glib@1.19.1 lib_deps = U8glib@1.19.1
[env:mega2560] [env:megaatmega2560]
platform = atmelavr platform = atmelavr
framework = arduino framework = arduino
board = mega2560 board = megaatmega2560
build_flags = -I $BUILDSRC_DIR build_flags = -I $BUILDSRC_DIR
board_f_cpu = 16000000L board_f_cpu = 16000000L
lib_deps = ${common.lib_deps} lib_deps = ${common.lib_deps}
[env:mega1280] [env:megaatmega1280]
platform = atmelavr platform = atmelavr
framework = arduino framework = arduino
board = mega1280 board = megaatmega1280
build_flags = -I $BUILDSRC_DIR build_flags = -I $BUILDSRC_DIR
board_f_cpu = 16000000L board_f_cpu = 16000000L
lib_deps = ${common.lib_deps} 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