Skip to content

Commit f2949c1

Browse files
committed
Unique Built-In libraries library.properties name
Use unique name values in library.properties for the esp8266 libraries that are also Arduino IDE Built-In libraries. This solves the issue of SD and Servo libraries always appearing as Type: Updatable in the Arduino IDE 1.6.6 Library Manager when an esp8266 board is selected.
1 parent 14949f5 commit f2949c1

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
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(esp8266)
22
version=1.0.4
33
author=Arduino
44
maintainer=Arduino <[email protected]>

libraries/OneWire/library.properties

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name=OneWire(esp8266)
2+
version=2.2
3+
author=Jim Studt, Tom Pollard, Robin James, Glenn Trewitt, Jason Dangel, Guillermo Lovato, Paul Stoffregen, Scott Roberts, Bertrik Sikken, Mark Tillotson, Ken Butcher, Roger Clark, Love Nystrom
4+
maintainer=
5+
sentence=Access 1-wire temperature sensors, memory and other chips. ESP8266 compatible version.
6+
paragraph=
7+
category=Communication
8+
url=
9+
architectures=esp8266
10+

libraries/SD/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name=SD
1+
name=SD(esp8266)
22
version=1.0.5
33
author=Arduino, SparkFun
44
maintainer=Arduino <[email protected]>

libraries/Servo/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name=Servo
1+
name=Servo(esp8266)
22
version=1.0.2
33
author=Michael C. Miller
44
maintainer=GitHub/esp8266/arduino

0 commit comments

Comments
 (0)