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
This commit is contained in:
Josh Cox 2016-06-27 13:20:25 -05:00
parent fb095d8cfc
commit ee9b47cffe
No known key found for this signature in database
GPG Key ID: E4853B974ECB568C

View File

@ -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
{