From f2a8b52c2cbbf46b69b0d3a864e2f9f30deab65a Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 24 Aug 2016 14:44:10 +0300 Subject: [PATCH] PlatformIO: Use the same name as for Arduino IDE (PR #339) --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index 94fc3d5c..29e057cb 100644 --- a/library.json +++ b/library.json @@ -1,5 +1,5 @@ { - "name": "Json", + "name": "ArduinoJson", "keywords": "json, rest, http, web", "description": "An elegant and efficient JSON library for embedded systems", "repository": {