From 3b47a795ddd9573454b43325ae8b3bb8d591d039 Mon Sep 17 00:00:00 2001 From: Stephen Ludgate Date: Fri, 30 Dec 2022 12:55:43 +0000 Subject: [PATCH] added dependant. --- library.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 8f1e02b..cf56316 100644 --- a/library.properties +++ b/library.properties @@ -6,4 +6,6 @@ sentence=Arduino library to access OctoPrint API. paragraph=Arduino library for use with compatible micro controllers to access the Octoprint API on a Raspberry Pi (or any Linux based box) running the OctoPrint 3D printer web server. category=Communication url=https://github.com/chunkysteveo/OctoPrintAPI -architectures=* +depends=ArduinoJson (>=6.0.0) +includes=OctoPrintAPI.h +architectures=* \ No newline at end of file