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

Commit 8c1d5a3

Browse files
per1234calvinatintel
authored andcommitted
Unique Built-In libraries library.properties name
Use unique name values in library.properties for the Galileo libraries that are also Arduino IDE Built-In libraries. This solves the issue of SD, Servo, and Wifi libraries always appearing as Type: Updatable in the Arduino IDE 1.6.6 Library Manager when a Galileo board is selected.
1 parent f3eef12 commit 8c1d5a3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

libraries/Ethernet/library.properties

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

libraries/SD/library.properties

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

libraries/Servo/library.properties

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

libraries/WiFi/library.properties

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

0 commit comments

Comments
 (0)