mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-21 10:26:06 +03:00
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.
This commit is contained in:
parent
14949f50d6
commit
f2949c1ee1
@ -1,4 +1,4 @@
|
|||||||
name=Ethernet
|
name=Ethernet(esp8266)
|
||||||
version=1.0.4
|
version=1.0.4
|
||||||
author=Arduino
|
author=Arduino
|
||||||
maintainer=Arduino <info@arduino.cc>
|
maintainer=Arduino <info@arduino.cc>
|
||||||
|
10
libraries/OneWire/library.properties
Normal file
10
libraries/OneWire/library.properties
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
name=OneWire(esp8266)
|
||||||
|
version=2.2
|
||||||
|
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
|
||||||
|
maintainer=
|
||||||
|
sentence=Access 1-wire temperature sensors, memory and other chips. ESP8266 compatible version.
|
||||||
|
paragraph=
|
||||||
|
category=Communication
|
||||||
|
url=
|
||||||
|
architectures=esp8266
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
name=SD
|
name=SD(esp8266)
|
||||||
version=1.0.5
|
version=1.0.5
|
||||||
author=Arduino, SparkFun
|
author=Arduino, SparkFun
|
||||||
maintainer=Arduino <info@arduino.cc>
|
maintainer=Arduino <info@arduino.cc>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name=Servo
|
name=Servo(esp8266)
|
||||||
version=1.0.2
|
version=1.0.2
|
||||||
author=Michael C. Miller
|
author=Michael C. Miller
|
||||||
maintainer=GitHub/esp8266/arduino
|
maintainer=GitHub/esp8266/arduino
|
||||||
|
Loading…
x
Reference in New Issue
Block a user