Skip to content

Commit 8e450bc

Browse files
authored
Take into account bootloader size on UNO WiFI rev2
Fixes arduino/Arduino#8978
1 parent daa9b77 commit 8e450bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: boards.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ uno2018.pid.0=0x2145
99

1010
uno2018.upload.tool=avrdude
1111
uno2018.upload.protocol=xplainedmini_updi
12-
uno2018.upload.maximum_size=49152
12+
uno2018.upload.maximum_size=48640
1313
uno2018.upload.maximum_data_size=6144
1414
uno2018.upload.speed=115200
1515
uno2018.upload.extra_params=-Pusb

0 commit comments

Comments
 (0)