From 6f2b4fa7e9e9cb73bc5e0352f8b8d76017417066 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sun, 31 Dec 2017 00:09:29 +0200 Subject: [PATCH] Fix broken manifest for @PlatformIO --- library.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/library.json b/library.json index f0a71c6..2a3516a 100644 --- a/library.json +++ b/library.json @@ -1,14 +1,14 @@ { - "name": “easyMesh”, - "keywords": “esp8266 mesh network networking”, - "description": “A simple mesh networking library for esp8266. easyMesh is very simple to implement and establishes a simple and highly adaptable mesh network for any distributed application. Network synchronization, network mapping, time synchronization, package delivery, and dynamic network adaptation are all handled behind the scenes in the library. Just run the init() function and set up the callbacks, then you are off to the races with a dynamic, adaptable, masterless mesh network.“, + "name": "easyMesh", + "keywords": "mesh, network, networking", + "description": "A simple mesh networking library for esp8266. easyMesh is very simple to implement and establishes a simple and highly adaptable mesh network for any distributed application. Network synchronization, network mapping, time synchronization, package delivery, and dynamic network adaptation are all handled behind the scenes in the library. Just run the init() function and set up the callbacks, then you are off to the races with a dynamic, adaptable, masterless mesh network.", "repository": { "type": "git", "url": "https://github.com/Coopdis/easyMesh" }, - "version": “1.0.0”, - "frameworks": “*”, - "platforms": "esp8266" + "version": "1.0.0", + "frameworks": "*", + "platforms": "espressif8266" }