From 7c634d386b535dd21bba6fa5f746cc019b7424e0 Mon Sep 17 00:00:00 2001 From: Jessica Hershey <60907719+JHershey69@users.noreply.github.com> Date: Wed, 2 Dec 2020 15:49:20 -0500 Subject: [PATCH] v1.0.0 --- library.properties | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 library.properties diff --git a/library.properties b/library.properties new file mode 100644 index 0000000..9e3375a --- /dev/null +++ b/library.properties @@ -0,0 +1,11 @@ +name=WiFiTri +version=1.0.0 +author=JHershey69 +maintainer=JHershey69 +sentence=WiFi Triangulation Library for ESP32. +paragraph=This library depends on HTTPClient, ArduinoJson +category=other +url=https://github.com/JHershey69/WiFiTri +architectures=* +includes=WiFiTri.h +depends=HTTPClient,ArduinoJson