Closed n2jn closed 8 years ago
to avoid warnings while compilating so in examples use debugSerialPrint/Ln and debugPrint/Ln in library. You have to: #define DEBUG 1 in examples #4
This defines it in the header so it increases the likelihood of define collisions no?
This PR is effectively an empty new line now, isn't it?
to avoid warnings while compilating so in examples use debugSerialPrint/Ln and debugPrint/Ln in library. You have to: #define DEBUG 1 in examples #4