RobTillaart/DHTNew

Make DHTLIB_BIT_THRESHOLD a compiler option

RobTillaart opened this issue · 0 comments

Move this line to .h file

#define DHTLIB_BIT_THRESHOLD		50

and replace it by

#ifndef DHTLIB_BIT_THRESHOLD		
#define DHTLIB_BIT_THRESHOLD		50
#endif