Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit ec55918

Browse files
per1234calvinatintel
authored andcommitted
Non-Built-In libs unique library.properties name
Change to unique name values in library.properties for all non-Built-In libraries that are in the Arduino IDE Library Manager. This will reduce the occurrence of Library Manager updates of the non-Galileo library versions causing them to override the Galileo versions. Note that this will not solve the override issue. See arduino/Arduino#4064 for more information on this issue.
1 parent 135dcd6 commit ec55918

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

libraries/DallasTemperature/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name=DallasTemperature
1+
name=DallasTemperature(Galileo)
22
version=1.0
33
author=*
44
maintainer=*

libraries/OneWire/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name=OneWire
1+
name=OneWire(Galileo)
22
version=1.0
33
author=Intel
44
maintainer=Intel

libraries/TimerOne/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name=TimerOne
1+
name=TimerOne(Galileo)
22
version=1.0
33
author=Intel
44
maintainer=Intel

libraries/USBHost/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name=USBHost
1+
name=USBHost(Galileo)
22
version=1.0
33
author=Intel
44
maintainer=Intel

0 commit comments

Comments
 (0)