Default 250000 Baud for platformio builds

This commit is contained in:
Ted Hess 2018-03-07 20:56:30 -05:00
parent ed4b3ea101
commit c5a90672fb
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ platform = atmelavr
board = reprap_rambo board = reprap_rambo
framework = arduino framework = arduino
board_f_cpu = 16000000L board_f_cpu = 16000000L
#build_flags = -DBAUDRATE=250000 -I$BUILDSRC_DIR -Wall -Wextra build_flags = -DBAUDRATE=250000 -I$BUILDSRC_DIR -Wall -Wextra
build_flags = -I$BUILDSRC_DIR -Wall -Wextra #build_flags = -I$BUILDSRC_DIR -Wall -Wextra
; Not needed for Prusa-Firmware ; Not needed for Prusa-Firmware
;extra_scripts = ./generate_version_header_for_marlin.py ;extra_scripts = ./generate_version_header_for_marlin.py
;build_flags = -DUSE_AUTOMATIC_VERSIONING -I$BUILDSRC_DIR -Wall -Wextra ;build_flags = -DUSE_AUTOMATIC_VERSIONING -I$BUILDSRC_DIR -Wall -Wextra