Make DHTLIB_BIT_THRESHOLD a compiler option
RobTillaart opened this issue · 0 comments
RobTillaart commented
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