From a183e3fce54f464342b7dffefb5d3d54d4f99ef9 Mon Sep 17 00:00:00 2001 From: david gauchard Date: Thu, 3 Jun 2021 13:20:11 +0200 Subject: [PATCH] more of Use optimal bundled library name (#8098) Ref: https://github.com/esp8266/Arduino/pull/8088#issuecomment-853711167 --- libraries/LittleFS/library.properties | 2 +- libraries/Servo/library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/LittleFS/library.properties b/libraries/LittleFS/library.properties index a13e6eb755..eeaf017ac7 100644 --- a/libraries/LittleFS/library.properties +++ b/libraries/LittleFS/library.properties @@ -1,4 +1,4 @@ -name=LittleFS(esp8266) +name=LittleFS version=0.1.0 author=Earle F. Philhower, III maintainer=Earle F. Philhower, III diff --git a/libraries/Servo/library.properties b/libraries/Servo/library.properties index df32b66167..4ac805852b 100644 --- a/libraries/Servo/library.properties +++ b/libraries/Servo/library.properties @@ -1,4 +1,4 @@ -name=Servo(esp8266) +name=Servo version=1.0.2 author=Michael C. Miller maintainer=GitHub/esp8266/arduino