Skip to content

Commit 5925471

Browse files
committed
Fixed board names case
1 parent 8828166 commit 5925471

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

boards.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2014-2015 Arduino LLC. All right reserved.
1+
# Copyright (c) 2014-2017 Arduino LLC. All right reserved.
22
#
33
# This library is free software; you can redistribute it and/or
44
# modify it under the terms of the GNU Lesser General Public
@@ -135,7 +135,7 @@ mkr1000.bootloader.file=mkr1000/samd21_sam_ba_arduino_mkr1000.bin
135135

136136
# Arduino MKRZero
137137
# ---------------
138-
mkrzero.name=Arduino MKRZero
138+
mkrzero.name=Arduino MKRZERO
139139
mkrzero.vid.0=0x2341
140140
mkrzero.pid.0=0x804f
141141
mkrzero.vid.1=0x2341
@@ -222,7 +222,7 @@ mkrgsm1400.bootloader.file=mkrgsm1400/samd21_sam_ba_arduino_mkrgsm1400.bin
222222

223223
# Arduino MKRLoRa1300
224224
# ---------------
225-
mkrlora1300.name=Arduino MKRLoRa1300
225+
mkrlora1300.name=Arduino MKR LORA 1300
226226
mkrlora1300.vid.0=0x2341
227227
mkrlora1300.pid.0=0x8053
228228
mkrlora1300.vid.1=0x2341

0 commit comments

Comments
 (0)