DevIoT patch 2

master
Scott Lahteine 7 years ago committed by GitHub
parent efb9ce24d9
commit fe1fce5f56

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

Loading…
Cancel
Save