From 8a4d103196312b8a18afc0a2ba0fc13ff1a0b180 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Mon, 8 Jun 2026 23:12:15 +0530 Subject: remove .pio --- .../esp32-s3-n16r8/ArduinoJson/library.json | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 .pio/libdeps/esp32-s3-n16r8/ArduinoJson/library.json (limited to '.pio/libdeps/esp32-s3-n16r8/ArduinoJson/library.json') diff --git a/.pio/libdeps/esp32-s3-n16r8/ArduinoJson/library.json b/.pio/libdeps/esp32-s3-n16r8/ArduinoJson/library.json deleted file mode 100644 index eeb64b0..0000000 --- a/.pio/libdeps/esp32-s3-n16r8/ArduinoJson/library.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "ArduinoJson", - "keywords": "json, rest, http, web", - "description": "A simple and efficient JSON library for embedded C++. ⭐ 7124 stars on GitHub! Supports serialization, deserialization, MessagePack, streams, filtering, and more. Fully tested and documented.", - "homepage": "https://arduinojson.org/?utm_source=meta&utm_medium=library.json", - "repository": { - "type": "git", - "url": "https://github.com/bblanchon/ArduinoJson.git" - }, - "version": "7.4.3", - "authors": { - "name": "Benoit Blanchon", - "url": "https://blog.benoitblanchon.fr" - }, - "export": { - "include": ["src", "examples", "LICENSE.txt", "ArduinoJson.h"] - }, - "frameworks": "*", - "platforms": "*", - "build": { - "libArchive": false - } -} -- cgit v1.2.3