dacowars 1 ay önce
ebeveyn
işleme
a3ebc03584
1 değiştirilmiş dosya ile 0 ekleme ve 2 silme
  1. 0 2
      src/dht22.c

+ 0 - 2
src/dht22.c

@@ -23,8 +23,6 @@ static portMUX_TYPE mux = portMUX_INITIALIZER_UNLOCKED;
         } \
     } while (0)
 
-
-
 static esp_err_t dht_attach_pin(){
     if (DHT_PIN < GPIO_NUM_0 || DHT_PIN >= GPIO_NUM_MAX) {
         ESP_LOGE(TAG, "Invalid GPIO pin number: %d", DHT_PIN);