From 4239de2286a2246e8878a148d14058c5991ce1d8 Mon Sep 17 00:00:00 2001 From: Rene Zeldenthuis Date: Sat, 10 Feb 2024 00:26:37 +0100 Subject: [PATCH] Removed non required depencency --- lib/rtsp_server/library.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/rtsp_server/library.json b/lib/rtsp_server/library.json index 69739e1..2b3dd17 100644 --- a/lib/rtsp_server/library.json +++ b/lib/rtsp_server/library.json @@ -1,8 +1,5 @@ { "name": "RTSPServer", "version": "1.0.0", - "description": "", - "dependencies": { - "contrem/arduino-timer": "^2.3.1" - } + "description": "RTSP Server" } \ No newline at end of file