From 3d54840e79f21b4de95c1a9f20db8ff70bfc24bb Mon Sep 17 00:00:00 2001 From: Matt Jenkins Date: Wed, 28 Nov 2018 13:51:01 +0000 Subject: [PATCH] Added UECIDE build file --- uecide.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 uecide.json diff --git a/uecide.json b/uecide.json new file mode 100644 index 0000000..5dd3be1 --- /dev/null +++ b/uecide.json @@ -0,0 +1,18 @@ +{ + "name": "ArduinoHttpClient", + "provides": "ArduinoHttpClient.h", + "description": "[EXPERIMENTAL] Easily interact with web servers from Arduino, using HTTP and WebSocket's.", + "version": "0.3.1", + "maintainer": "Arduino ", + "category": "Communications", + "subcategory": "Networking", + "family": "all", + "core": "all", + "install": { + "examples": "/", + "keywords.txt": "/", + "library.properties": "/", + "src": "/" + }, + "readme": "README.md" +} \ No newline at end of file