...'count' [-Wunused-parameter]
@@ -37,7 +37,7 @@
* @param count
* number of sensors
*/
DHT::DHT(uint8_t pin, uint8_t type, uint8_t count) {
DHT::DHT(uint8_t pin, uint8_t type, uint8_t /*count*/) {
_pin = pin;
_type = type;
#ifdef __AVR
The note is not visible to the blocked user.