Parcourir la source

PlatformIO: Use the same name as for Arduino IDE (PR #339)

Ivan Kravets il y a 9 ans
Parent
commit
f2a8b52c2c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      library.json

+ 1 - 1
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": {