Merge pull request #4652 from bgort/RCBugFix

Add Rambo support/env to platformio.ini; properly maps extended pins
This commit is contained in:
Scott Lahteine 2016-08-19 09:30:59 -05:00 committed by GitHub
commit f3a54316e6

7
Marlin/platformio.ini Normal file → Executable file
View File

@ -42,3 +42,10 @@ platform = teensy
framework = arduino
board = teensy20pp
build_flags = -I $BUILDSRC_DIR -D MOTHERBOARD=BOARD_BRAINWAVE_PRO -D AT90USBxx_TEENSYPP_ASSIGNMENTS
[env:rambo]
platform = atmelavr
framework = arduino
board = reprap_rambo
build_flags = -I $BUILDSRC_DIR
board_f_cpu = 16000000L