1
0
mirror of https://github.com/esp8266/Arduino.git synced 2026-01-06 05:22:30 +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:
per1234
2015-11-27 14:06:07 -08:00
parent 14949f50d6
commit f2949c1ee1
4 changed files with 13 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
name=SD
name=SD(esp8266)
version=1.0.5
author=Arduino, SparkFun
maintainer=Arduino <info@arduino.cc>