Просмотр исходного кода

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

Ivan Kravets 9 лет назад
Родитель
Сommit
f2a8b52c2c
1 измененных файлов с 1 добавлено и 1 удалено
  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": {