From ee9b47cffe2520178c03ba7a583a5add6bbb6b08 Mon Sep 17 00:00:00 2001 From: Josh Cox Date: Mon, 27 Jun 2016 13:20:25 -0500 Subject: [PATCH] making the library version variable more unique to protect against conflicts see: https://github.com/mysensors/Arduino/issues/488 for an example of a current conflict that is being resolved on their end in a similar fashion --- PID_v1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PID_v1.h b/PID_v1.h index 77b3e4b..bc52f96 100644 --- a/PID_v1.h +++ b/PID_v1.h @@ -1,6 +1,6 @@ #ifndef PID_v1_h #define PID_v1_h -#define LIBRARY_VERSION 1.1.1 +#define PID_LIBRARY_VERSION 1.1.1 class PID {