Browse Source

DevIoT patch 2

pull/1/head
Scott Lahteine 7 years ago
committed by GitHub
parent
commit
fe1fce5f56
  1. 10
      platformio.ini

10
platformio.ini

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

Loading…
Cancel
Save