removed unneeded flags, fixed #76 #bugfix
This commit is contained in:
parent
456ebd14e8
commit
556ed92e4c
1 changed files with 0 additions and 3 deletions
|
|
@ -40,10 +40,7 @@ upload_protocol = arduino
|
||||||
upload_flags =
|
upload_flags =
|
||||||
-P$UPLOAD_PORT
|
-P$UPLOAD_PORT
|
||||||
-b$UPLOAD_SPEED
|
-b$UPLOAD_SPEED
|
||||||
-fmax_errors=5
|
|
||||||
|
|
||||||
; edit these lines
|
|
||||||
; upload_port = COM4
|
|
||||||
upload_speed = 38400
|
upload_speed = 38400
|
||||||
|
|
||||||
board_build.f_cpu = 8000000L
|
board_build.f_cpu = 8000000L
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue