From 129ee9ccf7ecd92024211fde7a2c51c955626efb Mon Sep 17 00:00:00 2001 From: "Jeroen F.J. Laros" Date: Sun, 7 Apr 2019 22:02:28 +0200 Subject: [PATCH] Updated library properties. --- library.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 205832b..f2609ec 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=simpleRPC -version=2.0.0 +version=2.0.1 author=Jeroen F.J. Laros maintainer=Jeroen F.J. Laros sentence=Simple RPC implementation for Arduino. @@ -7,3 +7,4 @@ paragraph=This library provides a simple way to export Arduino functions as remo category=Communication url=https://simplerpc.readthedocs.io architectures=avr +includes=simpleRPC.h