From 3120783000d0025b183b0397acaa8b769499eb38 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Mon, 8 Jun 2026 23:10:46 +0530 Subject: Initial gh-pages firmware hosting --- .../esp32-s3-n16r8/ArduinoJson/library.json | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create 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 new file mode 100644 index 0000000..eeb64b0 --- /dev/null +++ b/.pio/libdeps/esp32-s3-n16r8/ArduinoJson/library.json @@ -0,0 +1,23 @@ +{ + "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