Skip to content

Commit 3fd4879

Browse files
committed
Use arduino upload protocol
1 parent db95537 commit 3fd4879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/serstream/Jamfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PROJECT_LIBS = StandardCplusplus ;
44

55
# (2) Board Information
66

7-
UPLOAD_PROTOCOL ?= stk500v1 ;
7+
UPLOAD_PROTOCOL ?= arduino ;
88
UPLOAD_SPEED ?= 115200 ;
99
MCU ?= atmega328p ;
1010
F_CPU ?= 16000000 ;

0 commit comments

Comments
 (0)