mirror of
https://github.com/esp8266/Arduino.git
synced 2025-09-11 05:52:31 +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:
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
|
||||
|
Reference in New Issue
Block a user