From 09596a4e656ee4fba85f49ed4195a99fb9c97e5a Mon Sep 17 00:00:00 2001 From: croghostrider Date: Wed, 13 Sep 2023 17:24:26 +0200 Subject: [PATCH] fix #196 since Arduino 2.0.0 is LITTLEFS not more required for ESP32. --- library.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/library.json b/library.json index 76d3173..8b3827a 100644 --- a/library.json +++ b/library.json @@ -24,14 +24,9 @@ "name": "ArduinoJson", "authors": "Benoit Blanchon", "frameworks": "arduino" - }, - { - "name": "LittleFS_esp32", - "authors": "lorol", - "frameworks": "arduino" } ], - "version": "2.2.3", + "version": "2.2.4", "frameworks": "arduino", "platforms": "*" }