#ifndef SERVICE_DHT_H #define SERVICE_DHT_H #include "esp_system.h" esp_err_t service_dht_init(void); #endif